diff --git a/Dockerfile b/Dockerfile index 6c6163bedcff60996742484ca7f038b6625f4e02..ddd099665305d0d2b8129e6fda7b701930394e12 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", "-p", "/opt/conda/envs", "spyder" ] \ No newline at end of file +ENTRYPOINT [ "conda", "run", "--no-capture-output", "-p", "/opt/conda/envs/spyder-env", "spyder" ] \ No newline at end of file