mikonvergence commited on
Commit
fb24c21
·
verified ·
1 Parent(s): 6da8ebb

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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