BoltzmannEntropy
commited on
Commit
·
dab5043
1
Parent(s):
1c69922
LT
Browse files- Dockerfile +2 -0
- quantum_problems.duckdb.wal +0 -0
Dockerfile
CHANGED
@@ -63,6 +63,8 @@ RUN python -m pip install torch torchvision torchaudio --index-url https://downl
|
|
63 |
RUN python3 -m pip install -U accelerate bitsandbytes
|
64 |
RUN python3 -m pip install -U git+https://github.com/huggingface/transformers
|
65 |
|
|
|
|
|
66 |
|
67 |
ENV PYTHONUNBUFFERED=1 GRADIO_ALLOW_FLAGGING=never GRADIO_NUM_PORTS=1 GRADIO_SERVER_NAME=0.0.0.0 GRADIO_SERVER_PORT=7860 SYSTEM=spaces
|
68 |
RUN python3 -m pip install pennylane sympy pennylane-qiskit duckdb qutip qutip-qip
|
|
|
63 |
RUN python3 -m pip install -U accelerate bitsandbytes
|
64 |
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
|
quantum_problems.duckdb.wal
ADDED
Binary file (4.42 kB). View file
|
|