Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
We're making this change to show how pushing up to Dockerhub works!
  • Loading branch information
HamWham authored Jun 27, 2024
1 parent f943a18 commit 6fd80af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projectchrono-deps/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM nvidia/cuda:11.7.1-devel-ubuntu20.04

# Making a change to trigger the build and push
# Making a change to show how the new tag works
RUN apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get -y install wget git python cmake ninja-build build-essential libboost-dev swig libeigen3-dev libglfw3-dev libglm-dev libglew-dev freeglut3-dev libirrlicht-dev libxxf86vm-dev python3 python3-dev libhdf5-dev libnvidia-gl-510 make file libnuma-dev gdb intel-mkl

Expand Down

0 comments on commit 6fd80af

Please sign in to comment.