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 775b428 commit 77250deCopy full SHA for 77250de
v03_pipeline/deploy/Dockerfile
@@ -31,4 +31,4 @@ COPY v03_pipeline/bin/vep /vep
31
32
WORKDIR /
33
EXPOSE 6000 8082
34
-CMD ["python3", "-m", "v03_pipeline.api"]
+CMD ["uv", "run", "python3", "-m", "v03_pipeline.api"]
0 commit comments