BoltzmannEntropy
commited on
Commit
·
6246989
1
Parent(s):
dab5043
LT
Browse files- Dockerfile +3 -0
Dockerfile
CHANGED
@@ -65,6 +65,9 @@ RUN python3 -m pip install -U git+https://github.com/huggingface/transformers
|
|
65 |
|
66 |
WORKDIR $HOME/app
|
67 |
COPY --chown=user:user Q_app_llm_pairs_gen.py .
|
|
|
|
|
|
|
68 |
|
69 |
ENV PYTHONUNBUFFERED=1 GRADIO_ALLOW_FLAGGING=never GRADIO_NUM_PORTS=1 GRADIO_SERVER_NAME=0.0.0.0 GRADIO_SERVER_PORT=7860 SYSTEM=spaces
|
70 |
RUN python3 -m pip install pennylane sympy pennylane-qiskit duckdb qutip qutip-qip
|
|
|
65 |
|
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
|
73 |
RUN python3 -m pip install pennylane sympy pennylane-qiskit duckdb qutip qutip-qip
|