File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
python-pyomo-shiftassignment
python-pyomo-shiftplanning Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11cat 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'
Original file line number Diff line number Diff line change 11cat 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'
Original file line number Diff line number Diff line change 11cat 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'
You can’t perform that action at this time.
0 commit comments