Dockerfile
オープン
- 主要言語
- Python
- スター
- 1.6k
- フォーク
- 308
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
Not an issue but I think this could come handy for someone :)
Dockerfile
```
FROM nvidia/cuda:10.1-cudnn7-devel-ubuntu18.04
RUN apt-get update && apt-get install -y software-properties-common
RUN add-apt-repository ppa:deadsnakes/ppa -y
RUN apt-get update && apt-get install -y \
wget \
python3.8 \
python3.8-distutils \
ffmpeg \
libsm6 \
libxext6
RUN wget https://bootstrap.pypa.io/get-pip.py
RUN python3.8 get-pip.py
COPY requirements.txt requirements.txt
RUN pip install -r requirements.txt
```
`python3.8 inference.py --target_path {PATH_TO_IMAGE} --image_to_image True`
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
評価
この issue はまだ評価されていません。