Skip to content

Commit

Permalink
Merge pull request tumaer#2 from adopt-opt/ludgerpaehler-patch-1
Browse files Browse the repository at this point in the history
Ludgerpaehler patch 1
  • Loading branch information
ludgerpaehler authored Apr 24, 2023
2 parents d28d206 + ba6e8f9 commit 486e525
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
// More info about Features: https://containers.dev/features
"image": "mcr.microsoft.com/devcontainers/universal:2",
"image": "mcr.microsoft.com/devcontainers/universal:linux",
"features": {},

"onCreateCommand": ".devcontainer/setup.sh",
Expand Down
4 changes: 2 additions & 2 deletions .devcontainer/setup.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/bin/bash
#!/usr/bin/env bash

set -e

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

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

0 comments on commit 486e525

Please sign in to comment.