Unverified 提交 2e8e0274 authored 作者: Glenn Jocher's avatar Glenn Jocher 提交者: GitHub

vast.ai compatability updates (#1657)

上级 fa8f1fb0
# Start FROM Nvidia PyTorch image https://ngc.nvidia.com/catalog/containers/nvidia:pytorch # Start FROM Nvidia PyTorch image https://ngc.nvidia.com/catalog/containers/nvidia:pytorch
FROM nvcr.io/nvidia/pytorch:20.10-py3 FROM nvcr.io/nvidia/pytorch:20.10-py3
# Install dependencies # Install linux packages
RUN apt install screen
# Install python dependencies
RUN pip install --upgrade pip RUN pip install --upgrade pip
# COPY requirements.txt . # COPY requirements.txt .
# RUN pip install -r requirements.txt # RUN pip install -r requirements.txt
......
...@@ -53,7 +53,7 @@ def attempt_download(weights): ...@@ -53,7 +53,7 @@ def attempt_download(weights):
return return
def gdrive_download(id='1n_oKgR81BJtqk75b00eAjdv03qVCQn2f', name='coco128.zip'): def gdrive_download(id='1uH2BylpFxHKEGXKL6wJJlsgMU2YEjxuc', name='tmp.zip'):
# Downloads a file from Google Drive. from utils.google_utils import *; gdrive_download() # Downloads a file from Google Drive. from utils.google_utils import *; gdrive_download()
t = time.time() t = time.time()
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论