Skip to content

Commit

Permalink
Add dependencies in the base docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
xuzhao9 committed Jul 20, 2023
1 parent ae8f06f commit 781002a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/gcp-a100-runner-dind.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ENV NVIDIA_VERSION="525.105.17"
RUN sudo apt-get -y update && sudo apt -y update
RUN sudo apt-get install -y git jq \
vim wget curl ninja-build cmake \
libgl1-mesa-glx libsndfile1-dev kmod
libgl1-mesa-glx libsndfile1-dev kmod libxml2-dev libxslt1-dev

# get switch-cuda utility
RUN sudo wget -q https://raw.githubusercontent.com/phohenecker/switch-cuda/master/switch-cuda.sh -O /usr/bin/switch-cuda.sh
Expand Down

0 comments on commit 781002a

Please sign in to comment.