enricorampazzo commited on
Commit
7d683f2
1 Parent(s): b964344

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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