Giter VIP home page Giter VIP logo

docker-alpine-python-nlp's Introduction

Hi there. ๐Ÿ‘‹

  • ๐Ÿค– Machine learning engineer with a soft spot for natural language processing, data visualization and interpretable machine learning.
  • ๐Ÿ”ง Working with ExplosionExplosion on spaCy, a library for advanced Natural Language Processing in Python and Cython.
  • ๐Ÿ‡ฆ๐Ÿ‡น Based in Vienna, Austria.
  • ๐Ÿ“ซ Drop me a line via Outlook Badge or on Linkedin Badge.

docker-alpine-python-nlp's People

Contributors

rmitsch avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

docker-alpine-python-nlp's Issues

Python3.4, not 3.5

The Dockerfile in this repo says python-3.5, but the Python version on the Dockerhub hosted image is 3.4.

Doesn't Build Locally

~/Sources $ git clone https://github.com/rmitsch/docker-alpine-python-nlp
Cloning into 'docker-alpine-python-nlp'...
remote: Enumerating objects: 44, done.
remote: Total 44 (delta 0), reused 0 (delta 0), pack-reused 44
Unpacking objects: 100% (44/44), done.
~/Sources $ cd docker-alpine-python-nlp/
~/Sources/docker-alpine-python-nlp $ docker build .
Sending build context to Docker daemon    169kB
Step 1/5 : FROM python:3.5-alpine
 ---> bd9fe274bae1
Step 2/5 : COPY requirements.txt /tmp/requirements.txt
 ---> 371a7cada5b4
Step 3/5 : COPY install_numpy_with_openblas.sh /tmp/install_numpy_with_openblas.sh
 ---> 881a68f031f9
Step 4/5 : ENV NUMPY_VERSION="1.13.1" 	OPENBLAS_VERSION="0.2.18"
 ---> Running in b899b4124e3c
Removing intermediate container b899b4124e3c
 ---> d43e5e938c3f
Step 5/5 : RUN apk update && 	chmod +x /tmp/install_numpy_with_openblas.sh && 	apk add libffi-dev=3.2.1-r2 && 	apk add zlib-dev=1.2.11-r0 && 	apk add libxml2=2.9.4-r3 && 	apk add libxml2-dev=2.9.4-r3 && 	apk add libxslt-dev=1.1.29-r1 && 	sync &&  	./tmp/install_numpy_with_openblas.sh && 	pip install -r /tmp/requirements.txt && 	python -m spacy download en
 ---> Running in 656684a6d326
fetch http://dl-cdn.alpinelinux.org/alpine/v3.8/main/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.8/community/x86_64/APKINDEX.tar.gz
v3.8.1-39-gd5b2bf402a [http://dl-cdn.alpinelinux.org/alpine/v3.8/main]
v3.8.1-35-ga062ffc9e8 [http://dl-cdn.alpinelinux.org/alpine/v3.8/community]
OK: 9542 distinct packages available
ERROR: unsatisfiable constraints:
  libffi-dev-3.2.1-r4:
    breaks: world[libffi-dev=3.2.1-r2]
The command '/bin/sh -c apk update && 	chmod +x /tmp/install_numpy_with_openblas.sh && 	apk add libffi-dev=3.2.1-r2 && 	apk add zlib-dev=1.2.11-r0 && 	apk add libxml2=2.9.4-r3 && 	apk add libxml2-dev=2.9.4-r3 && 	apk add libxslt-dev=1.1.29-r1 && 	sync &&  	./tmp/install_numpy_with_openblas.sh && 	pip install -r /tmp/requirements.txt && 	python -m spacy download en' returned a non-zero code: 1

Remote image works okay, but I get this locally from this repo.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.