MegaTronX commited on
Commit
0ba2c71
·
verified ·
1 Parent(s): cf4e788

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +5 -3
Dockerfile CHANGED
@@ -40,10 +40,12 @@ RUN pip install torch torchvision torchaudio --extra-index-url https://download.
40
 
41
  RUN chown -R appuser:appuser /app
42
 
 
 
43
  # delete redundant requirements.txt and sd-scripts directory within the container
44
- RUN cd ..
45
- RUN rm -r ./sd-scripts
46
- RUN rm ./requirements.txt
47
 
48
  #Run application as non-root
49
  USER appuser
 
40
 
41
  RUN chown -R appuser:appuser /app
42
 
43
+ RUN pwd
44
+
45
  # delete redundant requirements.txt and sd-scripts directory within the container
46
+ #RUN cd ..
47
+ #RUN rm -r ./sd-scripts
48
+ #RUN rm ./requirements.txt
49
 
50
  #Run application as non-root
51
  USER appuser