Skip to content

Commit

Permalink
updated devcontainer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreyaven committed Oct 20, 2023
1 parent 8195798 commit f618e03
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 14 deletions.
7 changes: 2 additions & 5 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
FROM stackql/stackql:latest AS stackql
FROM stackql/stackql-jupyter-demo:latest AS stackql
FROM mcr.microsoft.com/devcontainers/universal:2
COPY --from=stackql /srv/stackql/stackql /usr/local/bin/stackql
RUN stackql exec 'registry pull aws' || (echo "Failed to pull aws provider" && exit 1)
RUN stackql exec 'registry pull google' || (echo "Failed to pull google provider" && exit 1)
RUN stackql exec 'registry pull github' || (echo "Failed to pull github provider" && exit 1)
COPY --from=stackql /srv/stackql/stackql /usr/local/bin/stackql
10 changes: 5 additions & 5 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"image": "stackql/stackql-jupyter-demo",
"build": { "dockerfile": "Dockerfile" },
"hostRequirements": {
"cpus": 2
},
"customizations": {
"vscode": {
"extensions": [
"ms-toolsai.jupyter",
"ms-python.python"
],
"settings": {
"terminal.integrated.shell.linux": "/bin/bash"
}
]
}
}
}
4 changes: 0 additions & 4 deletions requirements.txt

This file was deleted.

0 comments on commit f618e03

Please sign in to comment.