Skip to content

Commit

Permalink
Merge pull request #265 from AllenInstitute/deploy_updates
Browse files Browse the repository at this point in the history
Deploy updates
  • Loading branch information
RussTorres authored Dec 20, 2024
2 parents ed8fc1e + 2d4a7fa commit ffc82b4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash
source activate render-modules
exec "$@"
source activate asap
exec "$@"
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
render-python>=2.3.1
marshmallow
argschema
marshmallow<3.0
argschema<2.0
numpy
pillow
tifffile
Expand Down
4 changes: 2 additions & 2 deletions scripts/conda_env_setup.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
conda create --name render-modules --prefix $IMAGE_PROCESSING_DEPLOY_PATH python=2.7
source activate render-modules
conda create --name asap --prefix $IMAGE_PROCESSING_DEPLOY_PATH python=3.11
source activate asap
pip install -r ../requirements.txt

0 comments on commit ffc82b4

Please sign in to comment.