Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -8,7 +8,7 @@ COPY stylegan_logs.tar.gz .
|
|
| 8 |
RUN tar -xzf stylegan_logs.tar.gz
|
| 9 |
|
| 10 |
RUN touch /.aim_profile
|
| 11 |
-
RUN
|
| 12 |
RUN aim telemetry off
|
| 13 |
|
| 14 |
CMD ["aim", "up", "--host", "0.0.0.0", "--port", "7860", "--workers", "2"]
|
|
|
|
| 8 |
RUN tar -xzf stylegan_logs.tar.gz
|
| 9 |
|
| 10 |
RUN touch /.aim_profile
|
| 11 |
+
RUN chmod -R 777 /code /.aim_profile
|
| 12 |
RUN aim telemetry off
|
| 13 |
|
| 14 |
CMD ["aim", "up", "--host", "0.0.0.0", "--port", "7860", "--workers", "2"]
|