-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8195798
commit f618e03
Showing
3 changed files
with
7 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
] | ||
} | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.