multimodalart HF Staff commited on
Commit
896b745
·
verified ·
1 Parent(s): 477cf12

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -26,7 +26,7 @@ RUN chmod +x /start.sh
26
 
27
  # Setup symlink to use /data instead of /app
28
  RUN mkdir /data && chown user:user /data
29
- RUN ln -s /data /app
30
 
31
  # Switch back to the non-root user for running applications
32
  USER user
 
26
 
27
  # Setup symlink to use /data instead of /app
28
  RUN mkdir /data && chown user:user /data
29
+ #RUN ln -s /data /app
30
 
31
  # Switch back to the non-root user for running applications
32
  USER user