Robys01 commited on
Commit
647449f
·
1 Parent(s): 5beb35a

Fix import

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -39,7 +39,7 @@ RUN mkdir -p /tmp/model /tmp/huggingface /tmp/.cache /tmp/.gradio /tmp/.gradio/c
39
 
40
  COPY --from=builder /app/venv venv
41
 
42
- COPY app.py models.py test_functions.py ./
43
  COPY examples/ /app/examples/
44
  COPY assets/ /app/assets/
45
 
 
39
 
40
  COPY --from=builder /app/venv venv
41
 
42
+ COPY app.py models.py test_functions.py s3.py ./
43
  COPY examples/ /app/examples/
44
  COPY assets/ /app/assets/
45