Skip to content
This repository has been archived by the owner on Dec 1, 2021. It is now read-only.

Remove imagemagick from dockerfile #493

Merged
merged 2 commits into from
Oct 4, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -162,10 +162,3 @@ COPY lmnet /home/blueoil/lmnet

ENV PYTHONPATH $PYTHONPATH:/home/blueoil:/home/blueoil/lmnet:/home/blueoil/dlk/python/dlk
WORKDIR /home/blueoil

# For development
RUN apt-get update && apt-get install -y \
x11-apps imagemagick

RUN apt-get clean && \
rm -rf /var/lib/apt/lists/*
8 changes: 0 additions & 8 deletions lmnet/dockerfiles/cpu.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,3 @@ RUN pip install -r /tmp/cpu.requirements.txt
COPY third_party third_party
# https://github.com/cocodataset/cocoapi/blob/440d145a30b410a2a6032827c568cff5dc1d2abf/PythonAPI/setup.py#L2
RUN cd third_party/coco/PythonAPI && pip install -e .

# For development
RUN apt-get update && apt-get install -y \
x11-apps \
imagemagick \
&& \
apt-get clean && \
rm -rf /var/lib/apt/lists/*
7 changes: 0 additions & 7 deletions lmnet/dockerfiles/gpu-volta.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -83,13 +83,6 @@ COPY third_party third_party
# https://github.com/cocodataset/cocoapi/blob/440d145a30b410a2a6032827c568cff5dc1d2abf/PythonAPI/setup.py#L2
RUN cd third_party/coco/PythonAPI && pip install -e .

# For development
RUN apt-get update && apt-get install -y \
x11-apps \
imagemagick \
&& \
apt-get clean && \
rm -rf /var/lib/apt/lists/*

# Configure OpenMPI to run good defaults:
# --bind-to none --map-by slot --mca btl_tcp_if_exclude lo,docker0 --mca btl_vader_single_copy_mechanism none
Expand Down
8 changes: 0 additions & 8 deletions lmnet/dockerfiles/gpu.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,3 @@ RUN pip install -r /tmp/gpu.requirements.txt
COPY third_party third_party
# https://github.com/cocodataset/cocoapi/blob/440d145a30b410a2a6032827c568cff5dc1d2abf/PythonAPI/setup.py#L2
RUN cd third_party/coco/PythonAPI && pip install -e .

# For development
RUN apt-get update && apt-get install -y \
x11-apps \
imagemagick \
&& \
apt-get clean && \
rm -rf /var/lib/apt/lists/*
7 changes: 0 additions & 7 deletions lmnet/dockerfiles/multi-gpu.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -110,13 +110,6 @@ COPY third_party third_party
# https://github.com/cocodataset/cocoapi/blob/440d145a30b410a2a6032827c568cff5dc1d2abf/PythonAPI/setup.py#L2
RUN cd third_party/coco/PythonAPI && pip install -e .

# For development
RUN apt-get update && apt-get install -y \
x11-apps \
imagemagick \
&& \
apt-get clean && \
rm -rf /var/lib/apt/lists/*

# Configure OpenMPI to run good defaults:
# --bind-to none --map-by slot --mca btl_tcp_if_exclude lo,docker0 --mca btl_vader_single_copy_mechanism none
Expand Down