Princess3 commited on
Commit
e2e558e
1 Parent(s): 783c9eb

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -19,7 +19,7 @@ WORKDIR /app
19
 
20
  # Create cache directory with proper permissions
21
  RUN mkdir -p /app/cache && chmod -R 777 /app/cache
22
-
23
  # Set the cache environment variable
24
  ENV HF_HOME=/app/cache
25
 
 
19
 
20
  # Create cache directory with proper permissions
21
  RUN mkdir -p /app/cache && chmod -R 777 /app/cache
22
+ RUN mkdir -p /app/output && chmod -R 777 /app/output
23
  # Set the cache environment variable
24
  ENV HF_HOME=/app/cache
25