-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated docker container to install wget, less, and vim; also fixed r…
…equirements for numpy
- Loading branch information
1 parent
8c6a095
commit fb96174
Showing
3 changed files
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#!/bin/bash | ||
|
||
#docker image build --no-cache -t admixpipe --file Dockerfile . | ||
docker image build -t admixpipe --file Dockerfile . | ||
docker image build --no-cache -t admixpipe --file Dockerfile . | ||
#docker image build -t admixpipe --file Dockerfile . | ||
|
||
|
||
exit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,4 @@ geopandas==0.9.0 | |
pandas==1.1.5 | ||
rpy2==3.4.3 | ||
matplotlib==3.3.4 | ||
numpy==1.22.2 |