File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -31,10 +31,10 @@ eval "$(conda shell.bash hook)"
3131conda create -qyn testenv python=3.7
3232conda activate testenv
3333
34- conda install sphinx
35- pip install sphinx_gallery==0.3.1 sphinx-copybutton flask pandas spacy ipython scipy pySoundFile scikit-image gym gym-super-mario-bros==7.3.0
36- pip install -e git+git://github.com/pytorch/pytorch_sphinx_theme.git#egg=pytorch_sphinx_theme
37- pip install ray[tune] tabulate
34+ REQUIREMENTS= " $( grep -v ' ^ *#\|^torch\|^torchaudio\|^torchvision|^torchtext ' $PROJECT_DIR /requirements.txt | grep . ) "
35+ echo $REQUIREMENTS > requirements.txt
36+ pip install -r requirements.txt
37+ pip install pySoundFile
3838conda install -yq -c pytorch " cudatoolkit=10.1" pytorch torchvision torchtext
3939conda install torchaudio -c pytorch-test
4040python -m spacy download de
You can’t perform that action at this time.
0 commit comments