Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
torch-spline-conv
Commits
7a3ba424
Commit
7a3ba424
authored
Jun 25, 2021
by
rusty1s
Browse files
[skip ci] build conda
parent
05b65402
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
.github/workflows/building-conda.yml
.github/workflows/building-conda.yml
+3
-3
conda/pytorch-spline-conv/build_conda.sh
conda/pytorch-spline-conv/build_conda.sh
+1
-1
No files found.
.github/workflows/building-conda.yml
View file @
7a3ba424
...
...
@@ -57,6 +57,6 @@ jobs:
shell
:
bash
-
name
:
Publish Conda package
run
:
|
anaconda upload /usr/share/miniconda/conda-bld/*/*.tar.bz2 --token ${{ secrets.ANACONDA_TOKEN }}
#
- name: Publish Conda package
#
run: |
#
anaconda upload /usr/share/miniconda/conda-bld/*/*.tar.bz2 --token ${{ secrets.ANACONDA_TOKEN }}
conda/pytorch-spline-conv/build_conda.sh
View file @
7a3ba424
...
...
@@ -29,4 +29,4 @@ echo "PyTorch $TORCH_VERSION+$CUDA_VERSION"
echo
"-
$CONDA_PYTORCH_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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment