Spaces:
Running
Running
Fix import
Browse files- 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 |
|