Skip to content

Commit

Permalink
add python docker env
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesamcl committed Jul 30, 2024
1 parent f25ef70 commit f8e5f08
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docker_envs/Dockerfile.python
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@

FROM python:3.11-buster

RUN pip install pandas

4 changes: 4 additions & 0 deletions docker_envs/build_and_push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@ set -e

docker build -t ghcr.io/ebispot/grebi_solr_with_python:9.5.0 -f Dockerfile.solr_with_python .
docker build -t ghcr.io/ebispot/grebi_neo4j_with_python:5.18.0 -f Dockerfile.neo4j_with_python .
docker build -t ghcr.io/ebispot/grebi_python:3.11 -f Dockerfile.python .
docker build -t ghcr.io/ebispot/rust_for_codon:1.74 -f Dockerfile.rust_for_codon .

docker push ghcr.io/ebispot/grebi_solr_with_python:9.5.0
docker push ghcr.io/ebispot/grebi_neo4j_with_python:5.18.0
docker push ghcr.io/ebispot/grebi_python:3.11
docker push ghcr.io/ebispot/rust_for_codon:1.74


0 comments on commit f8e5f08

Please sign in to comment.