Skip to content

Commit

Permalink
Install tensorflow-gpu earlier in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
h3ndrk committed Jul 2, 2021
1 parent d6f8b46 commit 22013bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worker/genetic_individual_neuralnet/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN git clone https://github.com/boostorg/boost.git \
&& ./bootstrap.sh --prefix=/usr \
&& ./b2 install

RUN pip install git+https://github.com/h3ndrk/PyCompiledNN.git tensorflow_addons
RUN pip install git+https://github.com/h3ndrk/PyCompiledNN.git tensorflow-gpu tensorflow_addons

COPY genetic_individual_neuralnet/ /genetic_individual_neuralnet/
COPY worker/ /worker/
Expand Down

0 comments on commit 22013bf

Please sign in to comment.