Skip to content
Snippets Groups Projects
Commit 857c99e1 authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

[bob-devel] Use cudatoolkit 9.0 pytorch variant which works on CPU

parent cbeab452
No related branches found
No related tags found
1 merge request!414[bob-devel] Use cudatoolkit 9.0 pytorch variant which works on CPU
Pipeline #29776 passed
......@@ -2,7 +2,7 @@
{% set nopin = ['ca-certificates', 'certifi', 'openssl', 'libstdcxx-ng', 'libgcc-ng', 'libcxx', 'libcxxabi'] %}
package:
name: beat-devel
version: 2019.04.18
version: 2019.04.30
build:
# the build number must be zero all the time.
......@@ -15,7 +15,7 @@ build:
requirements:
host:
- python {{ python }}
- bob-devel 2019.04.18
- bob-devel 2019.04.30
- docker-py 3.6.0
- flask 1.0.2
- flask-cors 3.0.7
......
......@@ -4,7 +4,7 @@ package:
name: bob-devel
# please update the version of beat-devel and update bob-devel's version there
# as well in the same merge request.
version: 2019.04.18
version: 2019.04.30
build:
# the build number must be zero all the time.
......@@ -53,6 +53,7 @@ requirements:
- pillow 5.4.1
- pkg-config 0.29.2
- pyedflib 0.1.11
- cudatoolkit 9.0 # [linux]
- pytorch 1.0.1 # [linux]
- pyyaml 5.1
- requests 2.21.0
......@@ -87,8 +88,11 @@ requirements:
{% endfor %}
test:
imports:
- torch # [linux]
requires:
- ffmpeg
- pytorch # [linux]
commands:
# we expect these features from ffmpeg:
- ffmpeg -codecs | grep "DEVI.S zlib" # [unix]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment