Skip to content

Commit

Permalink
added ping to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Zoechbauer committed Aug 23, 2023
1 parent b8f182c commit 9516962
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ai/containers/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ COPY README.md README.md
# Set environment variable
ENV LC_ALL=C

# Install packages
RUN yum install iputils

# Update pip and install python requirements
RUN pip install --upgrade pip
RUN pip install -r /ai/env-files/pytorch-env-container.txt
Expand Down

0 comments on commit 9516962

Please sign in to comment.