MegaTronX commited on
Commit
cf4e788
·
verified ·
1 Parent(s): 037bc93

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -41,6 +41,7 @@ RUN pip install torch torchvision torchaudio --extra-index-url https://download.
41
  RUN chown -R appuser:appuser /app
42
 
43
  # delete redundant requirements.txt and sd-scripts directory within the container
 
44
  RUN rm -r ./sd-scripts
45
  RUN rm ./requirements.txt
46
 
 
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