Skip to content

Commit

Permalink
Merge pull request #4 from codesandbox/draft/morning-framework
Browse files Browse the repository at this point in the history
remove conda notice
  • Loading branch information
mojojoji authored Apr 18, 2024
2 parents 8256353 + b997808 commit aaadba2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ jobs:
with:
subFolder: ${{ matrix.image }}
imageName: ghcr.io/codesandbox/devcontainers/${{ matrix.image }}
imageTag: latest,0.3
imageTag: latest,0.4
cacheFrom: ghcr.io/codesandbox/devcontainers/${{ matrix.image }}
push: always
2 changes: 2 additions & 0 deletions universal/.devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ FROM mcr.microsoft.com/devcontainers/universal:2-focal
USER root

COPY first-run-notice.txt /usr/local/etc/vscode-dev-containers/

RUN rm /usr/local/etc/vscode-dev-containers/conda-notice.txt
2 changes: 1 addition & 1 deletion universal/.devcontainer/first-run-notice.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@

🔥 We automatically snapshot your VM when it hibernates, so you can get back to coding within 2 seconds after a break.

🗒️ We’re running VSCode in the browser, you can install your own extensions and set your own keybindings/settings. You can also open this environment in your own VSCode.
🗒️ We’re running VSCode in the browser, you can install your own extensions and set your own keybindings/settings. You can also open this environment in your own VSCode.

0 comments on commit aaadba2

Please # to comment.