Spaces:
Runtime error
Runtime error
Removing simple bug
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -24,7 +24,7 @@ COPY . .
|
|
24 |
RUN mkdir -p /.cache /app/.cache && \
|
25 |
chown -R user:user /.cache /app/.cache && \
|
26 |
chmod -R u+w,go-w /.cache /app/.cache
|
27 |
-
|
28 |
ENV TORCH_HOME=/app/.cache/torch
|
29 |
|
30 |
# Switch to the non-root user
|
|
|
24 |
RUN mkdir -p /.cache /app/.cache && \
|
25 |
chown -R user:user /.cache /app/.cache && \
|
26 |
chmod -R u+w,go-w /.cache /app/.cache
|
27 |
+
|
28 |
ENV TORCH_HOME=/app/.cache/torch
|
29 |
|
30 |
# Switch to the non-root user
|