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

RUN apt-get -y install htop openblas-dev openblas
RUN apt-cache search openblas
RUN apt-get -y install htop libopenblas-dev libopenblas

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

0 comments on commit 758e6ad

Please sign in to comment.