File: einops.Dockerfile

package info (click to toggle)
python-einops 0.8.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,584 kB
  • sloc: python: 4,105; makefile: 6
file content (4 lines) | stat: -rw-r--r-- 186 bytes parent folder | download
1
2
3
4
FROM python:3.11-bookworm AS einops-devimage
# note this will pull aarch64 or x86 depending on machine it is running on.
RUN pip install uv \
 && uv pip install --system pre-commit hatch