WebashalarForML commited on
Commit
eeac364
·
verified ·
1 Parent(s): 476ef85

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -41,7 +41,7 @@ RUN apt-get update && apt-get install -y \
41
  && rm -rf /var/lib/apt/lists/*
42
 
43
  # Ensure Cython is available before building mkl_fft
44
- RUN pip install cython && pip install mkl_fft --no-binary :all:
45
 
46
  RUN pip install --upgrade pip && pip install -r requirements.txt
47
 
 
41
  && rm -rf /var/lib/apt/lists/*
42
 
43
  # Ensure Cython is available before building mkl_fft
44
+ #RUN pip install cython && pip install mkl_fft --no-binary :all:
45
 
46
  RUN pip install --upgrade pip && pip install -r requirements.txt
47