diff --git a/Dockerfile b/Dockerfile
index d26152e61143369431f31fc7750492475c2c5c8b..b4a9974272a785f05f26fa7c339885a8e9f47555 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -8,7 +8,6 @@ ENV DEBIAN_FRONTEND=noninteractive
 RUN apt-get update && \
     apt-get install -y \
     libgl1-mesa-glx \
-    libxtst6 \
     less \
     nano \
     && apt-get clean && \
@@ -25,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", "spyder" ]
\ No newline at end of file
+ENTRYPOINT [ "conda", "run", "--no-capture-output", "-n", "spyder-env", "-p", "/opt/conda/envs", "spyder" ]
\ No newline at end of file
diff --git a/envs/spyder_env.yml b/envs/spyder_env.yml
index 9d3cb8859b2ffffb2813f0d200fadc0ffc22a8d4..dd731fd84cb577923a67346990be409b6c07c5ad 100644
--- a/envs/spyder_env.yml
+++ b/envs/spyder_env.yml
@@ -1,4 +1,4 @@
-name: spyder
+name: spyder-env
 channels:
   - conda-forge
   - defaults