Skip to content

Julia dev container definition for VS Code Remote Development on M1 Macs

License

Notifications You must be signed in to change notification settings

manuEbg/julia-devcontainer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Julia dev container for apple sillicon

this is a fork from https://github.com/julia-vscode/julia-devcontainer

build container

docker build -t myjuliadev .

use container

  1. install remote-container extension
  2. create a .devcontainer folder in the folder you want to open in the container.
  3. add file devcontainer.json inside .devcontainer.
  4. add following to devcontainer.json:
{
	"name": "myvscodejuliadev",
	"image": "myjuliadev",
	"extensions": ["julialang.language-julia"],
	"postCreateCommand": "/julia-devcontainer-scripts/postcreate.jl",
	"remoteUser": "vscode"
}
  1. Finally, press F1 and run Remote-Containers: Open Folder in Container and select the folder containing your .devcontainer

About

Julia dev container definition for VS Code Remote Development on M1 Macs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 51.8%
  • Julia 48.2%