ChinarQ-AI Uzaiir commited on
Commit
65b8b59
·
verified ·
1 Parent(s): 4fa97d7

Update Dockerfile (#22)

Browse files

- Update Dockerfile (b84d510f21f315fa190dae4be22cfdeb55df65a4)


Co-authored-by: Khan <Uzaiir@users.noreply.huggingface.co>

Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -12,6 +12,9 @@ RUN apt-get update && apt-get install -y \
12
  COPY requirements.txt ./
13
  COPY src/ ./src/
14
 
 
 
 
15
  RUN pip3 install -r requirements.txt
16
 
17
  EXPOSE 8501
 
12
  COPY requirements.txt ./
13
  COPY src/ ./src/
14
 
15
+
16
+ ENV PYTHONPATH="${PYTHONPATH}:/app/src"
17
+
18
  RUN pip3 install -r requirements.txt
19
 
20
  EXPOSE 8501