Skip to content

Commit

Permalink
Add missing packages
Browse files Browse the repository at this point in the history
  • Loading branch information
norio-nomura committed Apr 27, 2018
1 parent 921b857 commit ce41f68
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
FROM norionomura/swift:base8
MAINTAINER Norio Nomura <norio.nomura@gmail.com>

RUN apt-get update && apt-get install -y \
libncurses5-dev python-pip && \
rm -r /var/lib/apt/lists/* && \
pip install numpy

ENV SWIFT_BRANCH=swift-tensorflow \
SWIFT_PLATFORM=ubuntu16.04 \
SWIFT_VERSION=DEVELOPMENT-2018-04-26-a
Expand Down

0 comments on commit ce41f68

Please sign in to comment.