Skip to content

Commit

Permalink
Merge pull request #309 from krishnakalyan3/patch-3
Browse files Browse the repository at this point in the history
Update Package List within an example Dockerfile
  • Loading branch information
alexandercort authored Jul 8, 2022
2 parents 9cff9f4 + 48eaee3 commit 341fd0a
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ FROM python:3.9.6-slim
WORKDIR /gridai/project
COPY . .
# Update package list
RUN apt-get update
# any RUN commands you'd like to run
# use this to install dependencies
RUN pip install pytorch-lightning && \
Expand Down

0 comments on commit 341fd0a

Please sign in to comment.