Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -2,6 +2,7 @@ FROM python:3.10
|
|
2 |
SHELL ["/bin/bash", "-c"]
|
3 |
RUN python -m venv venv
|
4 |
RUN source venv/bin/activate
|
|
|
5 |
COPY ./requirements.txt requirements.txt
|
6 |
COPY ./deps/*.whl deps
|
7 |
RUN pip install -r requirements.txt
|
|
|
2 |
SHELL ["/bin/bash", "-c"]
|
3 |
RUN python -m venv venv
|
4 |
RUN source venv/bin/activate
|
5 |
+
RUN ls -a
|
6 |
COPY ./requirements.txt requirements.txt
|
7 |
COPY ./deps/*.whl deps
|
8 |
RUN pip install -r requirements.txt
|