Skip to content

Commit

Permalink
bump_requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
jngrad committed Apr 16, 2024
1 parent ca8d92c commit 1e9a053
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile-ubuntu-24.04
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ RUN apt-get update && \
python3-pint \
python3-pip \
python3-pycodestyle \
python3-requests \
python3-requests \
python3-scipy \
python3-setuptools \
python3-sphinx \
Expand All @@ -88,7 +88,7 @@ ENV NVIDIA_VISIBLE_DEVICES all
ENV NVIDIA_DRIVER_CAPABILITIES compute,utility
ENV JUPYTER_PLATFORM_DIRS 1

RUN useradd -m espresso
RUN userdel ubuntu && rm -rf /home/ubuntu && useradd -u 1000 -m espresso
ENV HOME="/home/espresso"
RUN echo | cpan && \
echo | cpan JSON::XS && \
Expand Down
10 changes: 7 additions & 3 deletions docker/Dockerfile-ubuntu-wo-dependencies
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:jammy AS image_base
FROM ubuntu:noble AS image_base
RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y \
apt-utils \
Expand All @@ -7,10 +7,14 @@ RUN apt-get update && \
ccache \
cmake \
cython3 \
gcc-11 g++-11 \
gcc-13 g++-13 \
gdb \
git \
libboost-dev libboost-serialization-dev libboost-mpi-dev libboost-filesystem-dev libboost-test-dev \
libboost-dev \
libboost-filesystem-dev \
libboost-mpi-dev \
libboost-serialization-dev \
libboost-test-dev \
libopenmpi-dev \
openssh-client \
openmpi-bin \
Expand Down

0 comments on commit 1e9a053

Please sign in to comment.