Skip to content

Commit

Permalink
Merge pull request #20 from camallen/add-git-to-dockerfile
Browse files Browse the repository at this point in the history
allow install of git based packages (pytorch_galaxy_datasets)

see also #21
  • Loading branch information
mwalmsley committed Jun 30, 2022
2 parents 03f24db + fb2935a commit 1e1345f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ WORKDIR /usr/src/zoobot

RUN apt-get update && apt-get -y upgrade && \
apt-get install --no-install-recommends -y \
build-essential && \
build-essential \
git && \
apt-get clean && rm -rf /var/lib/apt/lists/*

# install dependencies
Expand Down

0 comments on commit 1e1345f

Please sign in to comment.