Skip to content

Commit

Permalink
add empirical model to ngiab
Browse files Browse the repository at this point in the history
  • Loading branch information
benlee0423 authored Dec 17, 2024
1 parent a70149c commit 678bbf8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion singularity/singularity_ngen.def
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ From: rockylinux:9.1
export TROUTE_REPO="CIROH-UA/t-route"
export TROUTE_BRANCH="datastream"
export NGEN_REPO="CIROH-UA/ngen"
export NGEN_BRANCH="main"
export NGEN_BRANCH="ngiab"
export PATH="/usr/lib64/mpich/bin:$PATH"
export PATH="/root/.cargo/bin:$PATH"
export PATH="/ngen/.venv/bin:$PATH"
Expand Down Expand Up @@ -140,6 +140,9 @@ From: rockylinux:9.1
uv pip install --no-cache-dir netCDF4==1.6.3
uv pip install numpy==$(/dmod/bin/ngen --info | grep -e 'NumPy Version: ' | cut -d ':' -f 2 | uniq | xargs)

# Install lstm
uv pip install --no-cache-dir /ngen/ngen/extern/lstm --extra-index-url https://download.pytorch.org/whl/cpu

# Make everything in /ngen accessible
chmod -R 755 /ngen

Expand Down

0 comments on commit 678bbf8

Please sign in to comment.