We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1b80d8 commit aa10ea8Copy full SHA for aa10ea8
Dockerfile
@@ -11,12 +11,9 @@ RUN apt-get update && apt-get install -y --no-install-recommends build-essential
11
&& rm -rf /var/lib/apt/lists/*
12
13
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 && \
+RUN ln -s /usr/bin/python3 /usr/bin/python && \
16
ln -s /usr/bin/pip3 /usr/bin/pip
17
18
-COPY . /app/
19
-
+COPY . /app
20
WORKDIR /app
21
22
-RUN python setup.py install
+RUN python setup.py install
0 commit comments