Download this file
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
#$ conda env create --file conda-env.yaml name: deepslide_env channels: - conda-forge - pytorch dependencies: - python=3.9 - torchvision - cudatoolkit=11.3 - pandas - matplotlib - scikit-learn - scikit-image - pip - pip: - -r pip-requirements.txt