WebashalarForML commited on
Commit
88a169e
·
verified ·
1 Parent(s): 208f44d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -40,8 +40,8 @@ RUN apt-get update && apt-get install -y \
40
  && apt-get clean \
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
 
 
40
  && apt-get clean \
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