Skip to content

Commit

Permalink
Merge pull request #34 from quantumjot/update-dockerfile-with-git
Browse files Browse the repository at this point in the history
update Dockerfile with git
  • Loading branch information
quantumjot authored Feb 17, 2022
2 parents 8e053ed + 2f66c7e commit 9e43599
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ FROM tensorflow/tensorflow:latest-gpu
# FROM cellx/cellx:latest

RUN python3 -m pip install --upgrade pip
RUN apt-get update && apt-get install -y git

WORKDIR /cellx-predict
COPY . /cellx-predict
Expand Down

0 comments on commit 9e43599

Please sign in to comment.