Skip to content

Commit 486e525

Browse files
Merge pull request tumaer#2 from adopt-opt/ludgerpaehler-patch-1
Ludgerpaehler patch 1
2 parents d28d206 + ba6e8f9 commit 486e525

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.devcontainer/devcontainer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
// More info about Features: https://containers.dev/features
3-
"image": "mcr.microsoft.com/devcontainers/universal:2",
3+
"image": "mcr.microsoft.com/devcontainers/universal:linux",
44
"features": {},
55

66
"onCreateCommand": ".devcontainer/setup.sh",

.devcontainer/setup.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22

33
set -e
44

55
curl micro.mamba.pm/install.sh | bash
66

77
conda init --all
88
micromamba shell init -s bash
9-
micromamba env create -f environment.yml --yes
9+
micromamba env create -f environment.yaml --yes
1010
# Note that `micromamba activate jaxfluids-env` doesn't work, it must be run by the
1111
# user (same applies to `conda activate`)

0 commit comments

Comments
 (0)