Skip to content

Commit c8d447a

Browse files
committed
fixed conflict
1 parent 1958382 commit c8d447a

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

vendor/ngc-tensorflow/Dockerfile.20.11-tf2-py3

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ RUN mkdir -p /opt/oracle && \
145145
echo /opt/oracle/instantclient* > /etc/ld.so.conf.d/oracle-instantclient.conf && \
146146
ldconfig
147147

148-
<<<<<<< HEAD
149148
WORKDIR /tmp
150149
RUN python3 -m pip install --no-cache-dir \
151150
Cython==0.29.21 \
@@ -154,19 +153,6 @@ COPY ./requirements.txt /tmp
154153
RUN python3 -m pip install --no-cache-dir -r requirements.txt && \
155154
rm -f /tmp/*.whl /tmp/requirements.txt
156155
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
170156
# Install scipy
171157
RUN cd /tmp && \
172158
git clone --branch=v${SCIPY_VERSION} --depth=1 https://github.com/scipy/scipy.git scipy && \
@@ -175,7 +161,7 @@ RUN cd /tmp && \
175161
cp site.cfg.example site.cfg && \
176162
pip uninstall -y typing && \
177163
python3 -m pip install .
178-
164+
179165

180166
# install git-lfs
181167
WORKDIR /tmp

0 commit comments

Comments
 (0)