MilesCranmer commited on
Commit
7ef8428
·
unverified ·
1 Parent(s): 73c59a6

Document dockerfile

Browse files
pysr/test/incremental_install_simulator.dockerfile CHANGED
@@ -1,3 +1,7 @@
 
 
 
 
1
  FROM debian:bullseye-slim
2
 
3
  ENV DEBIAN_FRONTEND=noninteractive
 
1
+ # This dockerfile simulates a user installation that first
2
+ # builds PySR for Python 3.9, and then upgrades to Python 3.10.
3
+ # Normally this would cause an error when installing PyCall, so we want to
4
+ # ensure that PySR can automatically patch things.
5
  FROM debian:bullseye-slim
6
 
7
  ENV DEBIAN_FRONTEND=noninteractive