You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to build a DockerFile for GEMINI that will always build to the same version. It seems that this should be achieved through the option --gemini-version when running python gemini_install.py. Unfortunately, I haven't been able to figure out what specific formatting the passed argument should take. So far I've tried:
0.30.2
0.30.1
0.20.1
v0.30.2
v0.30.1
v0.20.1
which all result in the following error:
main(parser.parse_args())
File "gemini_install.py", line 76, in main
raise ValueError('Gemini version %s could not be found. Try the latest version.' % args.gemini_version)
ValueError: Gemini version v0.20.1 could not be found. Try the latest version.
I'm not sure if this is an issue, or whether I'm not formatting this argument correctly. Could anybody shine a light on this?
Cheers,
Guus.
The text was updated successfully, but these errors were encountered:
Dear all,
I'm trying to build a DockerFile for GEMINI that will always build to the same version. It seems that this should be achieved through the option
--gemini-version
when runningpython gemini_install.py
. Unfortunately, I haven't been able to figure out what specific formatting the passed argument should take. So far I've tried:which all result in the following error:
I'm not sure if this is an issue, or whether I'm not formatting this argument correctly. Could anybody shine a light on this?
Cheers,
Guus.
The text was updated successfully, but these errors were encountered: