Skip to content

Commit

Permalink
Better instructions in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
BSchilperoort committed Jan 3, 2024
1 parent d7e8f58 commit f946021
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM demartis/matlab-runtime:R2023a@sha256:9d6b3acd29b974ca0a0c77eca09a34488dcece290c8a4bd04dafaa7c4a5665b2
LABEL maintainer="Bart Schilperoort <[email protected]>"

# TODO: update from BMI branch to main
RUN wget https://github.com/EcoExtreML/STEMMUS_SCOPE/raw/main/run_model_on_snellius/exe/STEMMUS_SCOPE --no-check-certificate

# Make sure the file is executable
RUN chmod +x STEMMUS_SCOPE

CMD ./STEMMUS_SCOPE "" bmi
# Start with the command 'docker run -it stemmus_scope'
# Build the image with: `docker build . -t stemmus_scope`
# Then start with the command `docker run -it stemmus_scope`

0 comments on commit f946021

Please sign in to comment.