Skip to content

Commit

Permalink
fix docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
rahuldesai1 committed Nov 19, 2024
1 parent c8b90d9 commit 340f0e5
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,7 @@ env PATH /root/mambaforge/envs/cartography_tidy/bin:$PATH
copy snakemake_executor_plugin_latch /root/snakemake_executor_plugin_latch
run pip install /root/snakemake_executor_plugin_latch

copy snakemake_storage_plugin_latch /root/snakemake_storage_plugin_latch
run pip install /root/snakemake_storage_plugin_latch

copy snakemake /root/snakemake
run pip install /root/snakemake

run pip install latch==2.54.0a8
run pip install latch==2.54.0a8 snakemake snakemake-storage-plugin-latch

# FOR DEV
env LATCH_SDK_DOMAIN ligma.ai
Expand Down

0 comments on commit 340f0e5

Please sign in to comment.