Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JackAKirk committed May 3, 2024
1 parent 5c87885 commit 0e44059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devops/containers/ubuntu2204_build.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN wget https://repo.radeon.com/amdgpu-install/6.1/ubuntu/jammy/amdgpu-install_
RUN g++ --version && \
gcc --version
RUN ln -s -f /usr/bin/gcc-12 /usr/bin/gcc && \
ln -s -f /usr/bin/g++-12 /usr/bin/g++ && \
ln -s -f /usr/bin/g++-12 /usr/bin/g++
RUN g++ --version && \
gcc --version
# By default Ubuntu sets an arbitrary UID value, that is different from host
Expand Down

0 comments on commit 0e44059

Please sign in to comment.