Skip to content

Commit aa10ea8

Browse files
committed
updated dockerfile - minor change
1 parent b1b80d8 commit aa10ea8

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

Dockerfile

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,9 @@ RUN apt-get update && apt-get install -y --no-install-recommends build-essential
1111
&& rm -rf /var/lib/apt/lists/*
1212

1313
RUN pip3 install --upgrade pip
14-
RUN pip install pandas argparse requests json csv jupyterlab --upgrade
15-
RUN ln -s /usr/bin/python3 /usr/bin/python && \
14+
RUN ln -s /usr/bin/python3 /usr/bin/python && \
1615
ln -s /usr/bin/pip3 /usr/bin/pip
1716

18-
COPY . /app/
19-
17+
COPY . /app
2018
WORKDIR /app
21-
22-
RUN python setup.py install
19+
RUN python setup.py install

0 commit comments

Comments
 (0)