Spaces:
Running
on
L4
Running
on
L4
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -17,7 +17,7 @@ RUN conda create -n app_env python=3.9 wget -y
|
|
| 17 |
|
| 18 |
# 5. Install Conda Packages (FIXED)
|
| 19 |
# We explicitly install 'mkl' to satisfy the missing shared object error.
|
| 20 |
-
RUN conda install -n app_env -c pytorch -c nvidia -c conda-forge faiss-gpu=1.7.4 mkl -y && \
|
| 21 |
conda clean -ya
|
| 22 |
|
| 23 |
# 6. Install Pip Requirements
|
|
|
|
| 17 |
|
| 18 |
# 5. Install Conda Packages (FIXED)
|
| 19 |
# We explicitly install 'mkl' to satisfy the missing shared object error.
|
| 20 |
+
RUN conda install -n app_env -c pytorch -c nvidia -c conda-forge faiss-gpu=1.7.4 mkl=2021 blas=1.0=mkl -y && \
|
| 21 |
conda clean -ya
|
| 22 |
|
| 23 |
# 6. Install Pip Requirements
|