ruslanmv commited on
Commit
11e4a8c
1 Parent(s): 5cf5acc

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -6,6 +6,7 @@ FROM python:3.10
6
  WORKDIR /code
7
 
8
  COPY ./requirements.txt /code/requirements.txt
 
9
 
10
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
11
 
 
6
  WORKDIR /code
7
 
8
  COPY ./requirements.txt /code/requirements.txt
9
+ COPY ./*.jpg /code/
10
 
11
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
12