BoltzmannEntropy
commited on
Commit
·
9a89425
1
Parent(s):
8248c84
Docker
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -82,7 +82,7 @@ RUN python3 -m pip install -U git+https://github.com/huggingface/transformers
|
|
82 |
|
83 |
WORKDIR $HOME/app
|
84 |
COPY --chown=user:user app.py .
|
85 |
-
COPY --chown=user:user test_images /home/user/app/test_images
|
86 |
|
87 |
ENV PYTHONUNBUFFERED=1 GRADIO_ALLOW_FLAGGING=never GRADIO_NUM_PORTS=1 GRADIO_SERVER_NAME=0.0.0.0 GRADIO_SERVER_PORT=7860 SYSTEM=spaces
|
88 |
RUN python3 -m pip install pennylane sympy pennylane-qiskit duckdb
|
|
|
82 |
|
83 |
WORKDIR $HOME/app
|
84 |
COPY --chown=user:user app.py .
|
85 |
+
# COPY --chown=user:user test_images /home/user/app/test_images
|
86 |
|
87 |
ENV PYTHONUNBUFFERED=1 GRADIO_ALLOW_FLAGGING=never GRADIO_NUM_PORTS=1 GRADIO_SERVER_NAME=0.0.0.0 GRADIO_SERVER_PORT=7860 SYSTEM=spaces
|
88 |
RUN python3 -m pip install pennylane sympy pennylane-qiskit duckdb
|