Skip to content

Commit

Permalink
update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
louisher committed Dec 16, 2024
1 parent 65c2d5b commit a840280
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions IDEAS/Resources/Scripts/tests/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
# DYMOLAVERSION - specifies the Dymola version.
# For example:
# DYMOLAPATH=/home/developer/dymola
# DYMOLAFILE=Dymola_2022x.AM_CAT_Dymola.Linux64.1-1.zip
# DYMOLAVERSION=dymola-2022x-x86_64
# DYMOLAFILE=Dymola_20224.AM_CAT_Dymola.Linux64.1-1.zip
# DYMOLAVERSION=dymola-2024x-x86_64

# Start with a base Ubuntu image
FROM ubuntu:20.04
Expand Down
4 changes: 2 additions & 2 deletions IDEAS/Resources/Scripts/tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ For example, you can set these environment variables as follows (note that the s
change in your case):
```bash
export DYMOLAPATH=/path/to/dymola/folder
export DYMOLAFILE=Dymola_2022x.AM_CAT_Dymola.Linux64.1-1.zip
export DYMOLAVERSION=dymola-2022x-x86_64
export DYMOLAFILE=Dymola_2024x.AM_CAT_Dymola.Linux64.1-1.zip
export DYMOLAVERSION=dymola-2024x-x86_64
```

### 3. Build the image
Expand Down

0 comments on commit a840280

Please sign in to comment.