feature/docker_improvements (#4768)
This commit is contained in:
parent
2698d7c9fd
commit
88620c6b39
7 changed files with 90 additions and 97 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue