diff --git a/Dockerfile b/Dockerfile index b4a9974272a785f05f26fa7c339885a8e9f47555..6c6163bedcff60996742484ca7f038b6625f4e02 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,4 +24,4 @@ ADD ./envs/cellxgene.txt /tmp/cellxgene.txt RUN conda create -y --name cellxgene --file /tmp/cellxgene.txt SHELL ["bash"] -ENTRYPOINT [ "conda", "run", "--no-capture-output", "-n", "spyder-env", "-p", "/opt/conda/envs", "spyder" ] \ No newline at end of file +ENTRYPOINT [ "conda", "run", "--no-capture-output", "-p", "/opt/conda/envs", "spyder" ] \ No newline at end of file