Skip to content

Commit

Permalink
modifying docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
Rudiio committed Dec 12, 2023
1 parent 3a85a3f commit 3d51366
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@ ENV PYTHONUNBUFFERED 1

COPY requirements.txt .

RUN pip install --no-cache-dir -r requirements.txt

RUN python -m dvc pull -r origin

WORKDIR /app

COPY . /app/

RUN pip install --no-cache-dir -r requirements.txt

EXPOSE 5000

CMD ["python3", "run_servers.py"]

0 comments on commit 3d51366

Please sign in to comment.