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

fix conda run command

parent 766426be
No related branches found
No related tags found
No related merge requests found
Pipeline #10979 canceled with stage
in 1 minute and 2 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", "-n", "spyder-env", "-p", "/opt/conda/envs", "spyder" ] ENTRYPOINT [ "conda", "run", "--no-capture-output", "-p", "/opt/conda/envs", "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