Testys commited on
Commit
888cb75
1 Parent(s): 0d42798

Removing simple bug

Browse files
Files changed (1) hide show
  1. 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
- i
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