Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
espressomd
docker
Commits
80d22384
Unverified
Commit
80d22384
authored
Nov 27, 2019
by
Michael Kuron
Committed by
GitHub
Nov 27, 2019
Browse files
ROCm 2.10
parent
b4dd61c6
Pipeline
#10199
passed with stages
in 96 minutes and 2 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
docker/rocm-python3/Dockerfile-latest
View file @
80d22384
...
...
@@ -25,13 +25,6 @@ RUN apt-get update && apt-get install -y \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
# patch rocFFT as a workaround for https://github.com/espressomd/espresso/issues/3235
RUN dpkg-query --show --showformat '${Version}' rocfft | grep -qv '0\.9\.7\.722' || ( \
git clone -b rocm-2.9 https://github.com/ROCmSoftwarePlatform/rocFFT.git && \
cd rocFFT && git diff 3b0813f~1..3b0813f library/src/plan.cpp | git apply && mkdir build && cd build && \
cmake .. -DCMAKE_INSTALL_PREFIX=/opt/rocm -DCMAKE_CXX_COMPILER=/opt/rocm/bin/hcc -DCMAKE_CXX_FLAGS=--amdgpu-target=gfx900 && make -j$(nproc) install && \
cd && rm -rf rocFFT )
RUN useradd -m espresso
USER 1000
WORKDIR /home/espresso
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment