We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d91acb2 commit 9650da3Copy full SHA for 9650da3
Dockerfile
@@ -38,4 +38,4 @@ RUN cd /probtest && conda run --name probtest pytest -v -s --cov --cov-report=te
38
WORKDIR /probtest
39
40
SHELL ["/bin/bash", "-c"]
41
-ENTRYPOINT ["conda", "run", "--name", "probtest", "/bin/bash", "-c"]
+ENTRYPOINT ["/opt/conda/miniconda/bin/conda", "run", "--name", "probtest", "/bin/bash", "-c"]
0 commit comments