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 04f3192 commit d79f64a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ LABEL maintainer="UC San Diego ITS/ETS <[email protected]>"
# 2) change to root to install packages
USER root

RUN apt-get -y install htop
RUN apt-get -y install htop openblas-dev openblas

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

0 comments on commit d79f64a

Please sign in to comment.