BoltzmannEntropy
commited on
Commit
·
e400047
1
Parent(s):
6246989
LT
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -66,7 +66,7 @@ RUN python3 -m pip install -U git+https://github.com/huggingface/transformers
|
|
66 |
WORKDIR $HOME/app
|
67 |
COPY --chown=user:user Q_app_llm_pairs_gen.py .
|
68 |
COPY --chown=user:user Q_llm_prompts.py .
|
69 |
-
COPY --chown=user:user Q_quantum_utils .
|
70 |
|
71 |
|
72 |
ENV PYTHONUNBUFFERED=1 GRADIO_ALLOW_FLAGGING=never GRADIO_NUM_PORTS=1 GRADIO_SERVER_NAME=0.0.0.0 GRADIO_SERVER_PORT=7860 SYSTEM=spaces
|
|
|
66 |
WORKDIR $HOME/app
|
67 |
COPY --chown=user:user Q_app_llm_pairs_gen.py .
|
68 |
COPY --chown=user:user Q_llm_prompts.py .
|
69 |
+
COPY --chown=user:user Q_quantum_utils.py .
|
70 |
|
71 |
|
72 |
ENV PYTHONUNBUFFERED=1 GRADIO_ALLOW_FLAGGING=never GRADIO_NUM_PORTS=1 GRADIO_SERVER_NAME=0.0.0.0 GRADIO_SERVER_PORT=7860 SYSTEM=spaces
|