nemish (0.0.2)
Installation
docker pull source.gleipnir.technology/gleipnir/nemish:0.0.2sha256:ef1adf3f20f11e1843b070902350b4e25ba91c99936c1e7afba937325d894b62Image layers
| /bin/sh -c python3 -m venv /opt/venv |
| ENV PATH="/opt/venv/bin:$PATH" |
| WORKDIR /app |
| COPY multi:b6d274e68d04a69a6615d073af0b87867a0c13b348e0ac4a29d06b925f015934 in /app/ |
| COPY dir:22661b7c96eab2ed2cb953aca5824a163dcd0cff52cf6863363c93682efa2573 in /app/src/ |
| /bin/sh -c pip install --no-cache-dir torch torchvision --index-url https://download.pytorch.org/whl/cpu |
| /bin/sh -c pip install --no-cache-dir ".[dev]" |
| CMD ["/bin/bash"] |
Labels
| Key | Value |
|---|---|
| io.buildah.version | 1.43.1 |