Winnie-Kay commited on
Commit
116eddf
·
1 Parent(s): d17a602

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -3
Dockerfile CHANGED
@@ -12,9 +12,6 @@ RUN pip install -r requirements.txt
12
  #copying the entire project code to the container
13
  COPY main.py .
14
 
15
- #copying the model to the docker dir
16
- COPY key_comp key_comp
17
-
18
  #specfying the port that my fastapi is in
19
  EXPOSE 8000
20
 
 
12
  #copying the entire project code to the container
13
  COPY main.py .
14
 
 
 
 
15
  #specfying the port that my fastapi is in
16
  EXPOSE 8000
17