Turing311 commited on
Commit
3a58704
1 Parent(s): a7354bd

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -8,6 +8,7 @@ COPY ./idsdk.py .
8
  COPY ./app.py .
9
  COPY ./requirements.txt .
10
  COPY ./data ./data
 
11
  RUN pip3 install -r requirements.txt
12
  CMD [ "python3", "gradio/demo.py"]
13
  EXPOSE 8080
 
8
  COPY ./app.py .
9
  COPY ./requirements.txt .
10
  COPY ./data ./data
11
+ COPY ./gradio ./gradio
12
  RUN pip3 install -r requirements.txt
13
  CMD [ "python3", "gradio/demo.py"]
14
  EXPOSE 8080