update docker files and docs

This commit is contained in:
rasbt
2024-02-29 08:22:53 -06:00
parent 45a10dd823
commit fb770ef97c
3 changed files with 71 additions and 15 deletions

View File

@@ -2,8 +2,7 @@ FROM pytorch/pytorch:2.2.0-cuda12.1-cudnn8-devel
RUN <<EOF
apt-get update
apt-get install -y --no-install-recommends \
git
apt-get install -y --no-install-recommends git
rm -rf /var/lib/apt/lists/*
EOF

View File

@@ -9,11 +9,10 @@
"vscode": {
"extensions": [
"ms-python.python",
"ms-python.black-formatter",
"ms-azuretools.vscode-docker",
"ms-toolsai.jupyter",
"esbenp.prettier-vscode"
]
}
}
}
}