Skip to content

Commit c4184fa

Browse files
committed
Aligning readme command expectations
1 parent 7080cea commit c4184fa

File tree

3 files changed

+3
-3
lines changed
  • .nextmv/readme
    • python-pyomo-knapsack
    • python-pyomo-shiftassignment
    • python-pyomo-shiftplanning

3 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
cat input.json | docker run -i --rm \
22
-v $(pwd):/app ghcr.io/nextmv-io/runtime/pyomo:latest \
3-
sh -c 'python3 /app/main.py'
3+
sh -c 'pip install -r requirements.txt > /dev/null && python3 /app/main.py'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
cat input.json | docker run -i --rm \
22
-v $(pwd):/app ghcr.io/nextmv-io/runtime/pyomo:latest \
3-
sh -c 'python3 /app/main.py'
3+
sh -c 'pip install -r requirements.txt > /dev/null && python3 /app/main.py'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
cat input.json | docker run -i --rm \
22
-v $(pwd):/app ghcr.io/nextmv-io/runtime/pyomo:latest \
3-
sh -c 'python3 /app/main.py'
3+
sh -c 'pip install -r requirements.txt > /dev/null && python3 /app/main.py'

0 commit comments

Comments
 (0)