Created
November 2, 2024 06:18
-
-
Save yspkm/13ecb795c1e4c73c7a9fe2c5acf7081d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
python3 -m venv .venv | |
source .venv/bin/activate | |
pip3 install --upgrade pip wheel setuptools | |
pip3 install --index-url https://download.pytorch.org/whl/cu121 \ | |
torch \ | |
torchvision \ | |
torchaudio | |
pip3 install \ | |
matplotlib \ | |
numpy \ | |
pandas \ | |
scipy \ | |
jupyterlab \ | |
ipykernel \ | |
ipywidgets \ | |
jupyterlab-vim \ | |
jupyterlab-code-formatter \ | |
jupyterlab-lsp \ | |
python-lsp-server[all] \ | |
black \ | |
isort \ | |
notebook \ | |
voila \ | |
seaborn \ | |
cupy-cuda12x \ | |
datasets \ | |
transformers \ | |
diffractsim \ | |
scikit-learn \ | |
wandb \ | |
tensorboard \ | |
einops \ | |
torchinfo \ | |
imageio \ | |
tqdm \ | |
pillow \ | |
pygraphviz \ | |
opencv-contrib-python |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
걍 간단한 실험용