Skip to content

Commit

Permalink
update conda and docker files, update version to 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mingxiaoh committed Apr 13, 2018
1 parent c3cc805 commit b20490e
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 252 deletions.
5 changes: 0 additions & 5 deletions conda/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
protobuf:
- 3.4.1
numpy:
- 1.13

pin_run_as_build:
protobuf:
min_pin: x.x
max_pin: x.x
numpy:
min_pin: x.x
max_pin: x.x
22 changes: 1 addition & 21 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "1.0.3" %}
{% set version = "1.0.4" %}

package:
name: ideep4py
Expand All @@ -13,31 +13,11 @@ build:

requirements:
build:
- cmake
- git
- curl
- pcre
- setuptools
- numpy
- gflags
- opencv
- python
- protobuf
- six
- openssl
run:
- cmake
- git
- curl
- pcre
- setuptools
- numpy
- gflags
- opencv
- protobuf
- python
- six
- openssl

test:
imports:
Expand Down
11 changes: 11 additions & 0 deletions docker/python/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
FROM ubuntu:16.04

RUN apt-get update -y && \
apt-get install -y --no-install-recommends \
python-dev \
python-pip \
python-wheel \
python-setuptools && \
rm -rf /var/lib/apt/lists/* /var/cache/apt/archives/*

RUN pip install ideep4py
55 changes: 0 additions & 55 deletions docker/python2/Dockerfile_centos

This file was deleted.

52 changes: 0 additions & 52 deletions docker/python2/Dockerfile_ubuntu

This file was deleted.

68 changes: 0 additions & 68 deletions docker/python3/Dockerfile_centos

This file was deleted.

50 changes: 0 additions & 50 deletions docker/python3/Dockerfile_ubuntu

This file was deleted.

2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ def run(self):

setup(
name='ideep4py',
version='1.0.3',
version='1.0.4',
description='ideep4py is a wrapper for iDeep library.',
author='Intel',
author_email='',
Expand Down

0 comments on commit b20490e

Please sign in to comment.