Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
javicid authored Jul 1, 2019
1 parent ae16d0d commit 549b6e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ RUN apt-get update && \
echo "LD_LIBRARY_PATH=/usr/lib/openmpi/lib" >> /etc/environment && \
mkdir /run/sshd && \
# Clone framework files for installation
git clone --depth=1 https://github.com/bsc-wdc/compss.git framework && \
git clone --depth=1 --branch 2.5 https://github.com/bsc-wdc/compss.git framework && \
# Install COMPSs
cd /framework && \
./submodules_get.sh && \
Expand Down

0 comments on commit 549b6e9

Please sign in to comment.