zzzyuz commited on
Commit
541ad18
1 Parent(s): 293a5f1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
  FROM python:3.9
2
-
3
  WORKDIR /code
4
 
5
  COPY ./requirements.txt /code/requirements.txt
 
1
  FROM python:3.9
2
+ RUN docker compose --profile download up --build
3
  WORKDIR /code
4
 
5
  COPY ./requirements.txt /code/requirements.txt