Skip to content

TienEnChang/Project-OperationsResearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

docker pull --platform=linux/amd64 gurobi/python
#!/bin/bash

read -p "Choose a docker image #: " num

case "$num" in
        1) name="continuumio/miniconda3"
        ;;
        2) name="gurobi/python"
esac

echo $name

docker run -it -d -v /Users/tim/Documents/Programming:/root --platform=linux/amd64 $name

# docker run -it -d -v $(pwd):/root $name

https://hub.docker.com/r/gurobi/python (vscode ver_1.18.0)
https://phoenixnap.com/kb/how-to-commit-changes-to-docker-image
(After installing docker desktop, don't move its directory, or it'll fail to be recongnized)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages