Skip to content

Commit 9650da3

Browse files
committed
Fix entrypoint
1 parent d91acb2 commit 9650da3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ RUN cd /probtest && conda run --name probtest pytest -v -s --cov --cov-report=te
3838
WORKDIR /probtest
3939

4040
SHELL ["/bin/bash", "-c"]
41-
ENTRYPOINT ["conda", "run", "--name", "probtest", "/bin/bash", "-c"]
41+
ENTRYPOINT ["/opt/conda/miniconda/bin/conda", "run", "--name", "probtest", "/bin/bash", "-c"]

0 commit comments

Comments
 (0)