Spaces:
Running
Running
Commit
·
593153e
1
Parent(s):
90553eb
Corrected minor Dockerfile package version issue
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -19,7 +19,7 @@ RUN pip install torch==2.4.0+cpu --target=/install --index-url https://download.
|
|
| 19 |
&& pip install --no-cache-dir --target=/install sentence-transformers==3.0.1 --no-deps \
|
| 20 |
&& pip install --no-cache-dir --target=/install bertopic==0.16.2 --no-deps \
|
| 21 |
&& pip install --no-cache-dir --target=/install -r requirements_aws.txt \
|
| 22 |
-
&& pip install --no-cache-dir --target=/install gradio
|
| 23 |
|
| 24 |
# Add /install to the PYTHONPATH
|
| 25 |
ENV PYTHONPATH="/install:${PYTHONPATH}"
|
|
|
|
| 19 |
&& pip install --no-cache-dir --target=/install sentence-transformers==3.0.1 --no-deps \
|
| 20 |
&& pip install --no-cache-dir --target=/install bertopic==0.16.2 --no-deps \
|
| 21 |
&& pip install --no-cache-dir --target=/install -r requirements_aws.txt \
|
| 22 |
+
&& pip install --no-cache-dir --target=/install gradio==4.44.0
|
| 23 |
|
| 24 |
# Add /install to the PYTHONPATH
|
| 25 |
ENV PYTHONPATH="/install:${PYTHONPATH}"
|