Skip to content

Commit aaadba2

Browse files
authored
Merge pull request #4 from codesandbox/draft/morning-framework
remove conda notice
2 parents 8256353 + b997808 commit aaadba2

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ jobs:
3333
with:
3434
subFolder: ${{ matrix.image }}
3535
imageName: ghcr.io/codesandbox/devcontainers/${{ matrix.image }}
36-
imageTag: latest,0.3
36+
imageTag: latest,0.4
3737
cacheFrom: ghcr.io/codesandbox/devcontainers/${{ matrix.image }}
3838
push: always

universal/.devcontainer/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ FROM mcr.microsoft.com/devcontainers/universal:2-focal
33
USER root
44

55
COPY first-run-notice.txt /usr/local/etc/vscode-dev-containers/
6+
7+
RUN rm /usr/local/etc/vscode-dev-containers/conda-notice.txt

universal/.devcontainer/first-run-notice.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66

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

9-
🗒️ 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.
9+
🗒️ 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 commit comments

Comments
 (0)