Skip to content

Instantly share code, notes, and snippets.

View geeknees's full-sized avatar
🙈
Focusing

Masumi Kawasaki geeknees

🙈
Focusing
View GitHub Profile
@ohtaman
ohtaman / Dockerfile
Created December 13, 2019 22:26
TensorFlow Hub + Cloud Run
FROM python:3.7
ENV APP_HOME /app
WORKDIR $APP_HOME
COPY . .
RUN pip install Flask gunicorn tensorflow tensorflow-hub tensorflow_text>=2.0.0rc0
RUN python load_module.py
CMD exec gunicorn --bind :$PORT --workers 1 --threads 8 app:app

Web時代のユーザインタフェース研究