mirror of
https://github.com/aljazceru/dev-gpt.git
synced 2026-01-08 08:04:24 +01:00
💽 fix: encoding issue on windows
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM jinaai/jina:3.14.1-py310-standard
|
||||
FROM jinaai/jina:3.15.1-dev14-py39-standard
|
||||
|
||||
|
||||
RUN apt-get update && apt-get install --no-install-recommends -y git pip nginx && rm -rf /var/lib/apt/lists/*
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
streamlit==1.16.0
|
||||
extra-streamlit-components==0.1.55
|
||||
jina==3.14.1
|
||||
jina==3.15.1.dev14
|
||||
Reference in New Issue
Block a user