Skip to content

Commit 6e2a97c

Browse files
committed
fix: typo in requirements filename
1 parent beb2cc3 commit 6e2a97c

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

Dockerfile_devnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
7373
RUN 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

Dockerfile_mainnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
7474
RUN 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

Dockerfile_testnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
7373
RUN 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

ver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__VER__ = '2.10.152'
1+
__VER__ = '2.10.153'

0 commit comments

Comments
 (0)