Skip to content

Commit

Permalink
test pip errors
Browse files Browse the repository at this point in the history
  • Loading branch information
dafeliton committed Mar 5, 2024
1 parent 9cb46fe commit 04f5378
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions images/datascience-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ USER root

# Setup datascience apt pkgs + env vars
## see https://github.com/phusion/baseimage-docker/issues/319#issuecomment-1058835363
# TODO DEBUG remove "YOURMOM" testing docker error
ENV DEBIAN_FRONTEND noninteractive
ENV DEBCONF_NOWARNINGS="yes"
RUN apt-get update -y && \
Expand All @@ -23,7 +22,6 @@ RUN apt-get update -y && \
htop \
wget \
strace \
YOURMOM \
openssh-client \
openssh-server \
p7zip \
Expand Down Expand Up @@ -59,7 +57,7 @@ ARG PANDAS_VERSION=2.2.1 STATSMODELS_VERSION=0.14.1

# Install essential+datascience pip packages
## mistune added for nbgrader issues
RUN pip install pillow typing-extensions tzlocal appdirs gputil mock pytest \
RUN pip install AAAAAAAAAAAAAAAAAAAA pillow typing-extensions tzlocal appdirs gputil mock pytest \
nltk statsmodels==$STATSMODELS_VERSION pandas==$PANDAS_VERSION 'mistune>=2' --upgrade && \
pip install dpkt nose datascience && \
python -c 'import matplotlib.pyplot' && \
Expand Down

0 comments on commit 04f5378

Please sign in to comment.