Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dtandersen authored Nov 3, 2023
1 parent 758e6ad commit 34fb23a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ LABEL maintainer="UC San Diego ITS/ETS <[email protected]>"
USER root

RUN apt-cache search openblas
RUN apt-get -y install htop libopenblas-dev libopenblas
RUN apt-get upgrade && \
apt-get -y install htop
# libopenblas-dev libopenblas

# 3) install packages using notebook user
USER jovyan
Expand Down

0 comments on commit 34fb23a

Please sign in to comment.