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