zzzyuz commited on
Commit
3ff0076
1 Parent(s): 541ad18

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
- RUN docker compose --profile download up --build
3
  WORKDIR /code
4
 
5
  COPY ./requirements.txt /code/requirements.txt
 
1
  FROM python:3.9
2
+ RUN apt install docker && docker compose --profile download up --build
3
  WORKDIR /code
4
 
5
  COPY ./requirements.txt /code/requirements.txt