Spaces:
Paused
Paused
Update Dockerfile
Browse files- 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 |
|