Skip to content

Commit

Permalink
Adding CPU changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jordancaraballo committed Oct 1, 2024
1 parent 35da521 commit bfd9e3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/Dockerfile.cpu
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ RUN PROJECT_PATH="/usr/local/ilab" && \
build-essential parallel libdatetime-perl gawk util-linux bc \
python3-tk tk-dev libgdbm-dev libc6-dev libbz2-dev libffi-dev \
zlib1g-dev liblzma-dev libgirepository1.0-dev libcairo2-dev \
pkg-config gir1.2-gtk-3.0 libnetcdf-dev libhdf4-dev && \
pkg-config gir1.2-gtk-3.0 libnetcdf-dev libhdf4-dev 2to3 && \
DEBIAN_FRONTEND=noninteractive apt-get -y autoremove && \
rm -rf /var/lib/apt/lists/* && \
rm -rf /var/cache/apt
Expand Down

0 comments on commit bfd9e3a

Please sign in to comment.