Skip to content

Commit

Permalink
Try again
Browse files Browse the repository at this point in the history
  • Loading branch information
derneuere authored Dec 20, 2023
1 parent a38ba08 commit f63d630
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend-gpu/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ ENV DEBIAN_FRONTEND=noninteractive

# Install python
RUN apt-get update \
&& apt-get install -y python3-pip python3-dev \
&& apt-get install -y python3-pip python3-dev software-properties-common \
&& cd /usr/local/bin \
&& ln -s /usr/bin/python3 python \
&& pip3 install --upgrade pip \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*

# System packages installation
RUN apt-get update && \
RUN add-apt-repository multiverse && apt-get update && \
apt-get install -y --no-install-recommends \
build-essential \
bzip2 \
Expand Down

0 comments on commit f63d630

Please sign in to comment.