mirror of
https://github.com/OMGeeky/gpt-pilot.git
synced 2025-12-26 16:57:23 +01:00
explicitly use Python 3.11 as per #126
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM python:3
|
||||
FROM python:3.11
|
||||
|
||||
# Download precompiled ttyd binary from GitHub releases
|
||||
RUN apt-get update && \
|
||||
|
||||
Reference in New Issue
Block a user