File tree Expand file tree Collapse file tree 1 file changed +1
-15
lines changed Expand file tree Collapse file tree 1 file changed +1
-15
lines changed Original file line number Diff line number Diff line change @@ -145,7 +145,6 @@ RUN mkdir -p /opt/oracle && \
145
145
echo /opt/oracle/instantclient* > /etc/ld.so.conf.d/oracle-instantclient.conf && \
146
146
ldconfig
147
147
148
- <<<<<<< HEAD
149
148
WORKDIR /tmp
150
149
RUN python3 -m pip install --no-cache-dir \
151
150
Cython==0.29.21 \
@@ -154,19 +153,6 @@ COPY ./requirements.txt /tmp
154
153
RUN python3 -m pip install --no-cache-dir -r requirements.txt && \
155
154
rm -f /tmp/*.whl /tmp/requirements.txt
156
155
ENV SCIPY_VERSION 1.6.0
157
- =======
158
- COPY ./numpy-1.19.4-cp36-cp36m-manylinux2010_x86_64.whl /tmp
159
- COPY ./pandas-1.0.4+4.g29edbab4a-cp36-cp36m-linux_x86_64.whl /tmp
160
- RUN python3 -m pip install --no-cache-dir \
161
- Cython==0.29.21 \
162
- tornado==6.0.4 \
163
- pystan==2.19.1.1 \
164
- pycairo==1.19.0 \
165
- jupyter==1.0.0 \
166
- python-language-server[all] \
167
- matplotlib==3.3.3
168
- ENV SCIPY_VERSION 1.5.4
169
- >>>>>>> d801b6b148b8f90a23556bee15519d834a4404ba
170
156
# Install scipy
171
157
RUN cd /tmp && \
172
158
git clone --branch=v${SCIPY_VERSION} --depth=1 https://github.com/scipy/scipy.git scipy && \
@@ -175,7 +161,7 @@ RUN cd /tmp && \
175
161
cp site.cfg.example site.cfg && \
176
162
pip uninstall -y typing && \
177
163
python3 -m pip install .
178
-
164
+
179
165
180
166
# install git-lfs
181
167
WORKDIR /tmp
You can’t perform that action at this time.
0 commit comments