File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ ENV EE_DEBUG_R1FS=true
6969# althouh this is not recommended as it should be in .env file
7070# ENV EE_DEVICE=cuda:0
7171
72- RUN uv pip install --system --no-cache -r requirements_new .txt
72+ RUN uv pip install --system --no-cache -r requirements .txt
7373RUN uv pip install --system --no-cache --no-deps naeural-core
7474#RUN pip install --no-cache-dir -r requirements.txt
7575#RUN pip install --no-cache-dir --no-deps naeural-core
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ ENV EE_DEBUG_R1FS=false
7070# althouh this is not recommended as it should be in .env file
7171# ENV EE_DEVICE cuda:0
7272
73- RUN uv pip install --system --no-cache -r requirements_new .txt
73+ RUN uv pip install --system --no-cache -r requirements .txt
7474RUN uv pip install --system --no-cache --no-deps naeural-core
7575#RUN pip install --no-cache-dir -r requirements.txt
7676#RUN pip install --no-cache-dir --no-deps naeural-core
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ ENV EE_DEBUG_R1FS=true
6969# althouh this is not recommended as it should be in .env file
7070# ENV EE_DEVICE=cuda:0
7171
72- RUN uv pip install --system --no-cache -r requirements_new .txt
72+ RUN uv pip install --system --no-cache -r requirements .txt
7373RUN uv pip install --system --no-cache --no-deps naeural-core
7474#RUN pip install --no-cache-dir -r requirements.txt
7575#RUN pip install --no-cache-dir --no-deps naeural-core
Original file line number Diff line number Diff line change 1- __VER__ = '2.10.152 '
1+ __VER__ = '2.10.153 '
You can’t perform that action at this time.
0 commit comments