Skip to content

Commit

Permalink
Add support for TensorFlow in official docker (#18191)
Browse files Browse the repository at this point in the history
  • Loading branch information
pvizeli authored and balloob committed Nov 4, 2018
1 parent 27e159f commit a498e15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ COPY requirements_all.txt requirements_all.txt
# Uninstall enum34 because some dependencies install it but breaks Python 3.4+.
# See PR #8103 for more info.
RUN pip3 install --no-cache-dir -r requirements_all.txt && \
pip3 install --no-cache-dir mysqlclient psycopg2 uvloop cchardet cython
pip3 install --no-cache-dir mysqlclient psycopg2 uvloop cchardet cython tensorflow

# Copy source
COPY . .
Expand Down

0 comments on commit a498e15

Please sign in to comment.