MilesCranmer commited on
Commit
9721308
1 Parent(s): 3d4277b

Remove unused opencontainers version info

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -3
Dockerfile CHANGED
@@ -66,9 +66,6 @@ ADD ./setup.py /pysr/setup.py
66
  ADD ./pysr/ /pysr/pysr/
67
  RUN pip3 install .
68
 
69
- # Load version information from the package:
70
- LABEL org.opencontainers.image.version = $(python -c "import pysr; print(pysr.__version__)")
71
-
72
  # Install Julia pre-requisites:
73
  RUN python3 -c 'import pysr; pysr.install()'
74
 
 
66
  ADD ./pysr/ /pysr/pysr/
67
  RUN pip3 install .
68
 
 
 
 
69
  # Install Julia pre-requisites:
70
  RUN python3 -c 'import pysr; pysr.install()'
71