abhishekrs4 commited on
Commit
36d6e93
1 Parent(s): 6e19446

minor change in dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -14,7 +14,7 @@ COPY ./requirements.txt .
14
 
15
  RUN pip install -r requirements.txt
16
 
17
- COPY ./modeling/*.py ./modeling/
18
  COPY ./*.py .
19
 
20
  EXPOSE 7860
 
14
 
15
  RUN pip install -r requirements.txt
16
 
17
+ # COPY ./modeling/*.py ./modeling/
18
  COPY ./*.py .
19
 
20
  EXPOSE 7860