Skip to content

Commit

Permalink
update pythonpath
Browse files Browse the repository at this point in the history
  • Loading branch information
maany committed Apr 14, 2024
1 parent 674ad54 commit 0e152d9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@ FROM python:3.10
RUN apt-get update && apt-get install -y \
libgl1-mesa-glx \
&& rm -rf /var/lib/apt/lists/*
COPY . .
WORKDIR /app
COPY . /app
ENV PYTHONPATH "${PYTHONPATH}:${WORKDIR}"
RUN pip install -r requirements.txt

0 comments on commit 0e152d9

Please sign in to comment.