Skip to content

Commit

Permalink
make sure to add aten_static files
Browse files Browse the repository at this point in the history
  • Loading branch information
sinkingsugar committed Jan 13, 2019
1 parent 8814740 commit 5450444
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ build:aten:cuda10.0:
- sed -i -r "s/const version\* = "'"'"[12][0-9]{3}.[01][0-9].[0-3][0-9].[0-9]+"'"'"/const version* = "'"'"`cat version.txt`"'"'"/g" ../torch/torch_cpp.nim
- sed -i -r "s/[12][0-9]{3}.[01][0-9].[0-3][0-9].[0-9]+/`cat version.txt`/g" conda/aten/meta.yaml
- sed -i -r "s/[12][0-9]{3}.[01][0-9].[0-3][0-9].[0-9]+/`cat version.txt`/g" conda/aten_lite/meta.yaml
- sed -i -r "s/[12][0-9]{3}.[01][0-9].[0-3][0-9].[0-9]+/`cat version.txt`/g" conda/aten_static/meta.yaml
- sed -i -r "s/[12][0-9]{3}.[01][0-9].[0-3][0-9].[0-9]+/`cat version.txt`/g" conda/aten_wasm/meta.yaml
- sed -i -r "s/[12][0-9]{3}.[01][0-9].[0-3][0-9].[0-9]+/`cat version.txt`/g" ../conda/nimtorch/meta.yaml # always needed by the next step
- docker pull nvidia/cuda:10.0-devel-ubuntu18.04
Expand All @@ -80,6 +81,7 @@ build:aten:cuda10.0:
- docker/version.txt
- docker/conda/aten/meta.yaml
- docker/conda/aten_lite/meta.yaml
- docker/conda/aten_static/meta.yaml
- docker/conda/aten_wasm/meta.yaml
- conda/nimtorch/meta.yaml
tags:
Expand Down

0 comments on commit 5450444

Please sign in to comment.