Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lionelchamorro authored Mar 5, 2024
1 parent 8643c8e commit d3ab461
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ services:
- ..:/workspace:cached
- ../notebooks/:/notebooks
- ../resources/:/resources
- $HOME/.ssh/:/home/vscode/.ssh
- $HOME/.gitconfig:/home/vscode/.gitconfig
command: /bin/sh -c "while sleep 1000; do :; done"

devcontainer:
Expand All @@ -49,6 +47,4 @@ services:
- ..:/workspace:cached
- ../notebooks/:/notebooks
- ../resources/:/resources
- $HOME/.ssh/:/home/vscode/.ssh
- $HOME/.gitconfig:/home/vscode/.gitconfig
command: /bin/sh -c "while sleep 1000; do :; done"

0 comments on commit d3ab461

Please sign in to comment.