Skip to content

Commit

Permalink
Neural Net upload
Browse files Browse the repository at this point in the history
  • Loading branch information
chebyrash committed Nov 20, 2018
1 parent c3d7a4d commit 24adbba
Show file tree
Hide file tree
Showing 6 changed files with 3,569 additions and 17 deletions.
11 changes: 9 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,15 @@ FROM debian:stretch-slim
COPY src/* /

RUN apt-get update \
&& apt-get install caffe-cpu python3 python3-pip python3-dev python3-setuptools wget -y --no-install-recommends \
&& pip3 install wheel \
&& apt-get install -y --no-install-recommends \
build-essential \
caffe-cpu \
python3 \
python3-dev \
python3-numpy \
python3-pip \
python3-setuptools \
python3-wheel \
&& pip3 install -r requirements.txt \
&& rm -rf /var/lib/apt/lists/*

Expand Down
Loading

0 comments on commit 24adbba

Please sign in to comment.