add mdgnn
This commit is contained in:
@@ -164,6 +164,7 @@ EOT
|
|||||||
|
|
||||||
# Install Rust
|
# Install Rust
|
||||||
RUN <<EOT
|
RUN <<EOT
|
||||||
|
#!/bin/bash
|
||||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
|
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
|
||||||
source $HOME/.cargo/env
|
source $HOME/.cargo/env
|
||||||
cargo install evcxr_jupyter
|
cargo install evcxr_jupyter
|
||||||
@@ -171,9 +172,10 @@ evcxr_jupyter --install
|
|||||||
EOT
|
EOT
|
||||||
|
|
||||||
RUN <<EOT
|
RUN <<EOT
|
||||||
micromamba create -n mdgnn -c pytorch -c conda-forge python=3.9 pytorch=1.10.2 torchvision torchaudio cudatoolkit=11.3 pandas matplotlib seaborn scipy numpy=1.24.4 mdanalysis biopandas pymol-open-source ipykernel ipywidgets jupyter -y
|
#!/bin/bash
|
||||||
micromamba run -n mdgnn python -m pip install einops
|
micromamba create -n mdgnn -c pytorch -c conda-forge python=3.9 pytorch=1.10.2 torchvision torchaudio cudatoolkit=11.3 pandas matplotlib seaborn scipy numpy=1.24.4 mdanalysis biopandas pymol-open-source ipykernel ipywidgets jupyter einops python-calamine scikit-learn -y
|
||||||
micromamba run -n mdgnn python -m pip install -U scikit-learn -i http://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com
|
# micromamba run -n mdgnn python -m pip install einops python-calamine
|
||||||
|
# micromamba run -n mdgnn python -m pip install -U scikit-learn -i http://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com
|
||||||
micromamba run -n mdgnn python -m ipykernel install --user --name="mdgnn" --display-name="mdgnn Environment"
|
micromamba run -n mdgnn python -m ipykernel install --user --name="mdgnn" --display-name="mdgnn Environment"
|
||||||
EOT
|
EOT
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user