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
36306159
Commit
36306159
authored
Sep 07, 2021
by
rusty1s
Browse files
[ci skip]
parent
4f208e87
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
12 deletions
+1
-12
.github/workflows/building-conda.yml
.github/workflows/building-conda.yml
+0
-11
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 @
36306159
...
@@ -61,17 +61,6 @@ jobs:
...
@@ -61,17 +61,6 @@ jobs:
-
name
:
Build Conda package for GPU
-
name
:
Build Conda package for GPU
if
:
${{ matrix.cuda-version != 'cpu' }}
if
:
${{ matrix.cuda-version != 'cpu' }}
run
:
|
run
:
|
echo /usr/share/miniconda/envs/test
echo "-----------"
echo /usr/share/miniconda/envs/test/lib
echo "-----------"
echo /usr/share/miniconda/envs/test/lib/python3.8
echo "-----------"
echo /usr/share/miniconda/envs/test/lib/python3.8/site-packages
echo "-----------"
echo /usr/share/miniconda/envs/test/lib/python3.8/site-packages/torch
echo "-----------"
echo /usr/share/miniconda/envs/test/lib/python3.8/site-packages/torch/lib
source .github/workflows/cuda/${{ matrix.cuda-version }}-${{ runner.os }}-env.sh
source .github/workflows/cuda/${{ matrix.cuda-version }}-${{ runner.os }}-env.sh
./conda/pytorch-spline-conv/build_conda.sh ${{ matrix.python-version }} ${{ matrix.torch-version }} ${{ matrix.cuda-version }}
./conda/pytorch-spline-conv/build_conda.sh ${{ matrix.python-version }} ${{ matrix.torch-version }} ${{ matrix.cuda-version }}
shell
:
shell
:
...
...
conda/pytorch-spline-conv/build_conda.sh
View file @
36306159
...
@@ -30,4 +30,4 @@ echo "PyTorch $TORCH_VERSION+$CUDA_VERSION"
...
@@ -30,4 +30,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
-c
conda-forge
--output-folder
"
$HOME
/conda-bld"
conda build
.
-c
nvidia
-c
pytorch
-c
default
-c
conda-forge
--output-folder
"
$HOME
/conda-bld"
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