Skip to content

Commit

Permalink
Revert changes again
Browse files Browse the repository at this point in the history
  • Loading branch information
derneuere authored Dec 21, 2023
1 parent 3750f33 commit 95986d2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions backend-gpu/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN apt-get update \
&& rm -rf /var/lib/apt/lists/*

# System packages installation
RUN add-apt-repository multiverse && apt-get update && \
RUN apt-get update && \
apt-get install -y --no-install-recommends \
build-essential \
bzip2 \
Expand Down Expand Up @@ -54,7 +54,6 @@ RUN add-apt-repository multiverse && apt-get update && \
libtinfo5 \
libvips-dev \
swig && \
nvidia-modprobe && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit 95986d2

Please sign in to comment.