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

Remove obsolete rm since we upgraded to Pytorch 0.2. #101

Merged
merged 1 commit into from
Aug 8, 2017
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
4 changes: 0 additions & 4 deletions Dockerfile.cpu
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,5 @@ RUN echo "source activate allennlp" >> ~/.bashrc

COPY . .

# Remove file to avoid a "GOMP_4.0 not found" error
# https://github.com/pytorch/pytorch/issues/643#issuecomment-314949320
RUN rm /opt/conda/envs/allennlp/lib/python3.5/site-packages/torch/lib/libgomp.so.1

ENTRYPOINT ["/bin/sh", "-c"]
CMD ["/bin/bash"]
4 changes: 0 additions & 4 deletions Dockerfile.gpu
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,5 @@ RUN echo "source activate allennlp" >> ~/.bashrc

COPY . .

# Remove file to avoid a "GOMP_4.0 not found" error
# https://github.com/pytorch/pytorch/issues/643#issuecomment-314949320
RUN rm /opt/conda/envs/allennlp/lib/python3.5/site-packages/torch/lib/libgomp.so.1

ENTRYPOINT ["/bin/sh", "-c"]
CMD ["/bin/bash"]