Skip to content

Commit

Permalink
Remove libgomp1 from sockeye deps docker images. Change back to mxnet…
Browse files Browse the repository at this point in the history
  • Loading branch information
fhieber committed Nov 3, 2017
1 parent 4fcb71b commit 277ed30
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions docker/Dockerfile.deps.stable
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
curl \
git \
less \
libgomp1 \
nfs-common \
unzip \
vim \
Expand Down Expand Up @@ -60,7 +59,7 @@ ENV LD_LIBRARY_PATH ${LD_LIBRARY_PATH}:/usr/local/lib:/usr/local/cuda/lib64:/usr
RUN pip install \
boto3 \
docker \
mxnet-cu90mkl==0.12.0 \
mxnet-cu90==0.12.0 \
tensorboard \
pyaml

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.sockeye
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# If you need the latest MXNet (e.g. for experimentation), change the following to use the nightly built image
# that includes latest MXNet

FROM 405626328856.dkr.ecr.us-east-1.amazonaws.com/sockeye-deps:cu90mkl-0.12.0
FROM 405626328856.dkr.ecr.us-east-1.amazonaws.com/sockeye-deps:cu90-0.12.0

RUN sudo mkdir -p /efs && \
sudo chown -R ec2-user:ec2-user /efs
Expand Down
2 changes: 1 addition & 1 deletion docker/build-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

ECR="405626328856.dkr.ecr.us-east-1.amazonaws.com"
REPOSITORY="sockeye-deps"
TAG="cu90mkl-0.12.0"
TAG="cu90-0.12.0"

DOCKERFILE=$(pwd)"/docker/Dockerfile.deps.stable"

Expand Down

0 comments on commit 277ed30

Please sign in to comment.