Fix bug that breaks Dockerfile

This commit is contained in:
Donato Capitella
2025-08-06 09:09:01 +01:00
parent f2006194dc
commit cc4df8a622
+1
View File
@@ -45,6 +45,7 @@ export LIBRARY_PATH="$HIP_LIB_PATH:$ROCM_PATH/lib:$ROCM_PATH/lib64"
export CPATH="$HIP_INCLUDE_PATH"
export PKG_CONFIG_PATH="$ROCM_PATH/lib/pkgconfig"
EOF
RUN chmod +x /etc/profile.d/rocm.sh \
&& echo 'source /etc/profile.d/rocm.sh' >> /etc/bashrc