mirror of
https://github.com/newnius/YAO-Dockerfiles.git
synced 2025-12-16 02:26:43 +00:00
add files
This commit is contained in:
@@ -10,7 +10,7 @@ RUN apt update && \
|
||||
apt install -y git vim httpie && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
RUN pip3 install pandas sklearn tensorflow-gpu==1.14
|
||||
RUN pip3 install pandas sklearn tensorflow-gpu==1.14 keras
|
||||
|
||||
ADD bootstrap.sh /etc/bootstrap.sh
|
||||
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
python3 /root/serve.py
|
||||
python3 serve.py
|
||||
Reference in New Issue
Block a user