Spaces:
Runtime error
Runtime error
CS670Project
Finetuning Language Models - Can I Patent This?
Docker Installation Instructions for my Macbook Pro
- Go to https://docs.docker.com/get-docker/
- Click on "Docker Desktop for Mac". Docker Desktop is a combination of Docker engine plus a bunch of other tools.
- Since my Macbook has an Apple M1 Pro chip, I clicked on the
Docker Desktop for Mac with Apple silicon
button. - While waiting for the download to complete, I reviewed the System requirements for
Mac with Apply silicon
. - In the System requirements it recommends to install
Rosetta 2
so I did that by running the following command.$ softwareupdate --install-rosetta
- Once
Rosetta 2
installation was successful and the Docker.dmg was successfully downloaded to my Macbook, I went on to follow the steps in theInstall and run Docker Desktop on Mac
. - I double-clicked
Docker.dmg
to open the installer, then dragged the Docker icon to the Applications folder. - I then double-clicked
Docker.app
in the Applications folder to start Docker. - A pop-up window appeared with the
Docker Subscription Service Agreement
. I clicked on theAccept
button. - Another pop-up appeared asking whether I want to
Use recommended settings
orUse advanced settings
, I selected the former and clicked on theFinish
button. - Another pop-up appeared which was a survey asking about the work I do, I set the role to
Student
and selectedData science
as use case then clicked on theContinue
button. - I noticed that in the menu bar of my Mac, the
Docker menu
is available. - In the terminal I ran
docker version
and saw the following output.
Cloud integration: v1.0.33
Version: 24.0.2
API version: 1.43
Go version: go1.20.4
Git commit: cb74dfc
Built: Thu May 25 21:51:16 2023
OS/Arch: darwin/arm64
Context: desktop-linux
Server: Docker Desktop 4.20.1 (110738)
Engine:
Version: 24.0.2
API version: 1.43 (minimum version 1.12)
Go version: go1.20.4
Git commit: 659604f
Built: Thu May 25 21:50:59 2023
OS/Arch: linux/arm64
Experimental: false
containerd:
Version: 1.6.21
GitCommit: 3dce8eb055cbb6872793272b4f20ed16117344f8
runc:
Version: 1.1.7
GitCommit: v1.1.7-0-g860f061
docker-init:
Version: 0.19.0
GitCommit: de40ad0