mirror of
https://github.com/aljazceru/dev-gpt.git
synced 2025-12-25 09:24:23 +01:00
💽 fix: encoding issue on windows
This commit is contained in:
@@ -229,7 +229,7 @@ with:
|
||||
port: 8080
|
||||
protocol: http
|
||||
jcloud:
|
||||
version: 3.14.2.dev18
|
||||
version: 3.15.1.dev14
|
||||
labels:
|
||||
creator: microchain
|
||||
name: gptdeploy
|
||||
|
||||
@@ -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