Fix bug that breaks Dockerfile
This commit is contained in:
@@ -45,6 +45,7 @@ export LIBRARY_PATH="$HIP_LIB_PATH:$ROCM_PATH/lib:$ROCM_PATH/lib64"
|
|||||||
export CPATH="$HIP_INCLUDE_PATH"
|
export CPATH="$HIP_INCLUDE_PATH"
|
||||||
export PKG_CONFIG_PATH="$ROCM_PATH/lib/pkgconfig"
|
export PKG_CONFIG_PATH="$ROCM_PATH/lib/pkgconfig"
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
RUN chmod +x /etc/profile.d/rocm.sh \
|
RUN chmod +x /etc/profile.d/rocm.sh \
|
||||||
&& echo 'source /etc/profile.d/rocm.sh' >> /etc/bashrc
|
&& echo 'source /etc/profile.d/rocm.sh' >> /etc/bashrc
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user