Commit ·
903d8be
1
Parent(s): 076fe3d
add optional cython line
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
|
@@ -4,6 +4,8 @@ RUN apt-get update
|
|
| 4 |
RUN apt-get install git ffmpeg libsm6 libxext6 wget -y
|
| 5 |
|
| 6 |
ENV LMDB_FORCE_CFFI=1
|
|
|
|
|
|
|
| 7 |
COPY requirements.txt .
|
| 8 |
RUN pip install --upgrade pip
|
| 9 |
RUN pip install -r requirements.txt
|
|
|
|
| 4 |
RUN apt-get install git ffmpeg libsm6 libxext6 wget -y
|
| 5 |
|
| 6 |
ENV LMDB_FORCE_CFFI=1
|
| 7 |
+
#RUN pip install cython
|
| 8 |
+
|
| 9 |
COPY requirements.txt .
|
| 10 |
RUN pip install --upgrade pip
|
| 11 |
RUN pip install -r requirements.txt
|