feature/docker_improvements (#4768)

This commit is contained in:
Callum 2023-11-30 05:20:23 +00:00 committed by GitHub
parent 2698d7c9fd
commit 88620c6b39
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 90 additions and 97 deletions

7
.gitignore vendored
View file

@ -26,7 +26,6 @@
.DS_Store
.eslintrc.js
.idea
.env
.venv
venv
.envrc
@ -42,3 +41,9 @@ package.json
package-lock.json
Thumbs.db
wandb
# ignore user docker config and top level links to docker files
/docker-compose.yaml
/docker-compose.yml
/Dockerfile
.env