Update docker/Dockerfile
Browse files- docker/Dockerfile +1 -0
docker/Dockerfile
CHANGED
|
@@ -60,6 +60,7 @@ RUN --mount=type=cache,target=/root/.cache/pip . /app/venv/bin/activate && cd ex
|
|
| 60 |
COPY requirements.txt /app/requirements.txt
|
| 61 |
RUN . /app/venv/bin/activate && \
|
| 62 |
pip3 install -r requirements.txt
|
|
|
|
| 63 |
|
| 64 |
RUN cp /app/venv/lib/python3.10/site-packages/bitsandbytes/libbitsandbytes_cuda118.so /app/venv/lib/python3.10/site-packages/bitsandbytes/libbitsandbytes_cpu.so
|
| 65 |
|
|
|
|
| 60 |
COPY requirements.txt /app/requirements.txt
|
| 61 |
RUN . /app/venv/bin/activate && \
|
| 62 |
pip3 install -r requirements.txt
|
| 63 |
+
RUN pip3 install gradio -U
|
| 64 |
|
| 65 |
RUN cp /app/venv/lib/python3.10/site-packages/bitsandbytes/libbitsandbytes_cuda118.so /app/venv/lib/python3.10/site-packages/bitsandbytes/libbitsandbytes_cpu.so
|
| 66 |
|