Mentions légales du service

Skip to content
Snippets Groups Projects
Commit b0e84a21 authored by BIGAUD Nathan's avatar BIGAUD Nathan
Browse files

Adding ENV to dockerfile for script file customization

parent 67d794cb
No related branches found
No related tags found
1 merge request!46Draft: Docker deploy
...@@ -16,4 +16,5 @@ ENV PATH="$VIRTUAL_ENV/bin:$PATH" ...@@ -16,4 +16,5 @@ ENV PATH="$VIRTUAL_ENV/bin:$PATH"
RUN pip install declearn[all] RUN pip install declearn[all]
# Create env variables # Create env variables
# Run script # Run script
CMD ["bash", "experiment/run.sh"] ENV script="experiment/run.sh"
CMD ["bash", ${script}]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment