Skip to content

Commit

Permalink
Remove ENTRYPOINT overrides from Dockerfiles (#292)
Browse files Browse the repository at this point in the history
* Remove ENTRYPOINT overrides from Dockerfiles

* Update changelog
  • Loading branch information
nictru authored Nov 7, 2024
1 parent 12008d8 commit 5de3580
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,3 @@ cd rapids_singlecell
git checkout ${GIT_ID}
/opt/conda/bin/python -m pip install --no-cache-dir -e .
EOF

ENTRYPOINT ["/opt/conda/bin/ipython"]
2 changes: 0 additions & 2 deletions docker/Dockerfile.deps
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,3 @@ set -x
/opt/conda/bin/python -m pip uninstall -y --no-cache-dir rapids-singlecell
/opt/conda/bin/python -m pip cache purge
EOF

ENTRYPOINT ["/opt/conda/bin/ipython"]
1 change: 1 addition & 0 deletions docs/release-notes/0.10.11.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@
* Updates testing to use `rapids-24.10` {pr}`277` {smaller}`S Dicks`
* Updates `docker` image to use `rapids-24.10` {pr}`277` {smaller}`S Dicks`
* `tl.UMAP` now uses `simplicial_set_embedding` for `rapids>=24.10` {pr}`278` {smaller}`S Dicks`
* Updates `docker` image to use the default `ENTRYPOINT` {pr}`292` {smaller} `N Trummer`

0 comments on commit 5de3580

Please sign in to comment.