Skip to content

Commit

Permalink
upgrading to 22.04 + correctly chown
Browse files Browse the repository at this point in the history
  • Loading branch information
Mins0o committed Dec 24, 2023
1 parent a123506 commit 52e4375
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# devel needed for bitsandbytes requirement of libcudart.so, otherwise runtime sufficient
FROM nvidia/cuda:11.8.0-cudnn8-devel-ubuntu20.04
FROM nvidia/cuda:11.8.0-cudnn8-devel-ubuntu22.04

ENV DEBIAN_FRONTEND=noninteractive

Expand Down
3 changes: 2 additions & 1 deletion docker_build_script_ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ apt-get install -y \
autoconf \
libtool \
tree \
libvulkan1 \
libtcmalloc-minimal4

# Run upgrades
Expand Down Expand Up @@ -109,4 +110,4 @@ chmod -R a+rwx /workspace/save
rm -rf /workspace/Miniconda3-py310_23.1.0-1-Linux-x86_64.sh
rm -rf /workspace/.cache/pip

chown -R h2ogpt /workspace
chown -R h2ogpt:h2ogpt /workspace

0 comments on commit 52e4375

Please sign in to comment.