Skip to content
Snippets Groups Projects
Commit 880f69fd authored by Matthew K Defenderfer's avatar Matthew K Defenderfer
Browse files

fix env name

parent b27a5f8c
No related branches found
No related tags found
No related merge requests found
Pipeline #10980 failed with stage
in 57 seconds
...@@ -24,4 +24,4 @@ ADD ./envs/cellxgene.txt /tmp/cellxgene.txt ...@@ -24,4 +24,4 @@ ADD ./envs/cellxgene.txt /tmp/cellxgene.txt
RUN conda create -y --name cellxgene --file /tmp/cellxgene.txt RUN conda create -y --name cellxgene --file /tmp/cellxgene.txt
SHELL ["bash"] SHELL ["bash"]
ENTRYPOINT [ "conda", "run", "--no-capture-output", "-p", "/opt/conda/envs", "spyder" ] ENTRYPOINT [ "conda", "run", "--no-capture-output", "-p", "/opt/conda/envs/spyder-env", "spyder" ]
\ No newline at end of file \ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment