Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
FROM python:3.11-slim
|
2 |
WORKDIR "/app"
|
|
|
|
|
3 |
RUN pip install -r requirements.txt
|
4 |
RUN mkdir -p /.cache && chmod -R 777 /.cache
|
5 |
# VOLUME /data
|
|
|
1 |
FROM python:3.11-slim
|
2 |
WORKDIR "/app"
|
3 |
+
RUN pwd
|
4 |
+
RUN ls
|
5 |
RUN pip install -r requirements.txt
|
6 |
RUN mkdir -p /.cache && chmod -R 777 /.cache
|
7 |
# VOLUME /data
|