Update Dockerfile
Browse files- 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 |
|