"vscode:/vscode.git/clone" did not exist on "d04051e3e2af0865967a9cc2c28b48f94af9945e"
Commit 7a3ba424 authored by rusty1s's avatar rusty1s
Browse files

[skip ci] build conda

parent 05b65402
...@@ -57,6 +57,6 @@ jobs: ...@@ -57,6 +57,6 @@ jobs:
shell: shell:
bash bash
- name: Publish Conda package # - name: Publish Conda package
run: | # run: |
anaconda upload /usr/share/miniconda/conda-bld/*/*.tar.bz2 --token ${{ secrets.ANACONDA_TOKEN }} # anaconda upload /usr/share/miniconda/conda-bld/*/*.tar.bz2 --token ${{ secrets.ANACONDA_TOKEN }}
...@@ -29,4 +29,4 @@ echo "PyTorch $TORCH_VERSION+$CUDA_VERSION" ...@@ -29,4 +29,4 @@ echo "PyTorch $TORCH_VERSION+$CUDA_VERSION"
echo "- $CONDA_PYTORCH_CONSTRAINT" echo "- $CONDA_PYTORCH_CONSTRAINT"
echo "- $CONDA_CUDATOOLKIT_CONSTRAINT" echo "- $CONDA_CUDATOOLKIT_CONSTRAINT"
conda build . -c defaults -c nvidia -c pytorch conda build . -c defaults -c nvidia -c pytorch --output-folder ../../pkg/ --output
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment