Skip to content

Commit

Permalink
- small change in codespaces setup
Browse files Browse the repository at this point in the history
  • Loading branch information
amkrajewski committed Jan 29, 2024
1 parent 60d9905 commit 660c811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
"memory": "16gb",
"storage": "16gb"
},
"onCreateCommand": "conda install -y -c conda-forge nim && nimble install -y arraymancer nimpy && conda install -y python=3.11 jupyter numpy pandas plotly && nim c --d:release --threads:on --app:lib --out:examples/nimplex.so nimplex && nim c --d:release --threads:on --app:lib --out:examples/nimplexplotting.so utils/plotting"
"onCreateCommand": "conda install -y -c conda-forge nim && nimble install -y arraymancer nimpy && conda install -y python=3.11 jupyter numpy pandas plotly && nim c --d:release --threads:on --app:lib --out:examples/nimplex.so nimplex && nim c --d:release --threads:on --app:lib --out:examples/utils/plotting.so utils/plotting"
}

0 comments on commit 660c811

Please sign in to comment.