Update
This commit is contained in:
parent
16d1c098bf
commit
6c3891aa81
@ -3,7 +3,6 @@ COPY . .
|
||||
RUN apt update
|
||||
RUN apt install -y python3-numpy
|
||||
RUN apt install -y python3-pandas
|
||||
RUN apt install -y wget
|
||||
RUN pip install requests
|
||||
RUN pip install -r requirements.txt
|
||||
|
||||
@ -16,6 +15,6 @@ RUN apt install -y openmpi-bin libopenmpi-dev
|
||||
RUN apt install -y libatlas-base-dev
|
||||
RUN pip install -U six wheel mock
|
||||
|
||||
RUN wget https://github.com/lhelontra/tensorflow-on-arm/releases/download/v2.4.0/tensorflow-2.4.0-cp35-none-linux_armv7l.whl
|
||||
RUN wget https://github.com/lhelontra/tensorflow-on-arm/releases/download/v2.4.0/tensorflow-2.4.0-cp37-none-linux_armv7l.whl
|
||||
RUN pip uninstall tensorflow
|
||||
RUN pip install tensorflow-2.0.0-cp37-none-linux_armv7l.whl
|
||||
RUN pip install tensorflow-2.4.0-cp37-none-linux_armv7l.whl
|
||||
|
||||
Loading…
Reference in New Issue
Block a user