Skip to content

Commit

Permalink
Rename Docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
svenseeberg committed Jan 27, 2024
1 parent c42901e commit f3d4000
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Authentication can be provided in two ways:
6. Build the enhanced Docker container:
```bash
cd opendrift
docker build -t opendrift-owslib .
docker build -t opendrift-leeway-custom .
```

# Development Server
Expand Down
2 changes: 1 addition & 1 deletion opendrift_leeway_webgui/leeway/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def run_leeway_simulation(request_id):
f"{settings.SIMULATION_ROOT}:/code/leeway",
"--volume",
f"{settings.SIMULATION_SCRIPT_PATH}:/code/leeway/simulation.py",
"opendrift-owslib:latest",
"opendrift-leeway-custom:latest",
"python3",
"leeway/simulation.py",
"--longitude",
Expand Down

0 comments on commit f3d4000

Please sign in to comment.