Skip to content

Commit

Permalink
testing wiht some progress11
Browse files Browse the repository at this point in the history
  • Loading branch information
davidban77 committed Jul 8, 2024
1 parent 89d3b24 commit 078ea41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
FROM ghcr.io/srl-labs/containerlab/clab-devcontainer:0.55.1

COPY --chmod=755 . /netobs

WORKDIR /netobs
COPY --chmod=755 . .

RUN pip install --upgrade pip && \
pip install .
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"memory": "8gb",
"storage": "32gb"
},
"workspaceMount": "source=${localWorkspaceFolder},target=/${containerWorkspaceFolder},type=bind",
// "workspaceMount": "source=${localWorkspaceFolder},target=/${containerWorkspaceFolder},type=bind",
"customizations": {
"vscode": {
"extensions": [
Expand Down

0 comments on commit 078ea41

Please sign in to comment.