Navya-Sree commited on
Commit
18c9c26
·
verified ·
1 Parent(s): 257644a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -16,6 +16,9 @@ COPY src/ ./src/
16
  COPY app.py ./
17
  COPY run.py ./
18
 
 
 
 
19
  RUN pip install --no-cache-dir -r requirements.txt
20
 
21
  EXPOSE 8501
 
16
  COPY app.py ./
17
  COPY run.py ./
18
 
19
+ ENV PYTHONPATH=/app/src
20
+
21
+
22
  RUN pip install --no-cache-dir -r requirements.txt
23
 
24
  EXPOSE 8501