Skip to content

Commit

Permalink
Merge pull request #175 from Datura-ai/main
Browse files Browse the repository at this point in the history
hotfix: add more logs on renting flow
  • Loading branch information
pyon12 authored Jan 8, 2025
2 parents 325617f + c7c5b11 commit 29b85e5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion neurons/validators/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ RUN echo "export PYTHONPATH=$PYTHONPATH" >> ~/.bash_profile
COPY --from=base-image /root/app/ /root/app/
COPY --from=base-image /opt/pypackages/ /opt/pypackages/

LABEL version="3.3.21"
LABEL version="3.3.22"

CMD ["bash", "run.sh"]
2 changes: 1 addition & 1 deletion neurons/validators/Dockerfile.runner
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ WORKDIR /root/validator
COPY docker-compose.app.yml docker-compose.yml
COPY entrypoint.sh /entrypoint.sh

LABEL version="3.3.21"
LABEL version="3.3.22"

RUN chmod u+x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]
1 change: 1 addition & 0 deletions neurons/validators/src/services/docker_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ async def create_container(
"executor_port": executor_info.port,
"executor_ssh_username": executor_info.ssh_username,
"executor_ssh_port": executor_info.ssh_port,
"docker_image": payload.docker_image,
"debug": payload.debug,
}

Expand Down

0 comments on commit 29b85e5

Please sign in to comment.