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 649991a commit a2e442dCopy full SHA for a2e442d
Dockerfile
@@ -15,4 +15,4 @@ RUN mamba env update -n base -f requirements.yml
15
# Create symlinks to data placeholders
16
RUN python src/create_data_symlinks.py
17
18
-CMD ["bash pipeline.sh"]
+CMD ["bash", "/app/pipeline.sh"]
0 commit comments