Skip to content

Commit

Permalink
Typo in pyopt readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-quintero committed Sep 10, 2024
1 parent 7a9e726 commit bb53b6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python-pyoptinterface-knapsack/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ Cloud, you can use the following command:

```bash
cat input.json | docker run -i --rm \
-v $(pwd):/app ghcr.io/nextmv-io/runtime/pyomo:latest \
sh -c 'python3 /app/main.py'
-v $(pwd):/app ghcr.io/nextmv-io/runtime/python:3.11 \
sh -c 'pip install -r requirements.txt > /dev/null && python3 /app/main.py'
```

You can also debug the application by running it in a Dev Container. This
Expand Down

0 comments on commit bb53b6a

Please sign in to comment.