Skip to content

Commit

Permalink
add docker dev builder
Browse files Browse the repository at this point in the history
  • Loading branch information
ashione committed Apr 4, 2024
1 parent 5ca25e1 commit 1814216
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
:alt: mobius

Mobius : Online Machine Learning.

============
`Mobius <https://tech.antfin.com/products/ARCMOBIUS>`_ is an AI infra platform including realtime computing and training.

Expand Down
10 changes: 10 additions & 0 deletions docker/Dockerfile-dev
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
FROM ubuntu:22.04
RUN apt-get update
RUN apt-get install -yq software-properties-common
RUN add-apt-repository -y ppa:deadsnakes/ppa
RUN apt-get install -yq wget gcc g++ openjdk-8-jdk maven python3.8 zlib1g-dev zip git pip
RUN git clone https://github.com/ray-project/mobius.git
RUN sh -c "bash mobius/scripts/install-bazel.sh"
RUN python3 -m pip install virtualenv
RUN python3 -m virtualenv -p python3 py3
RUN pip install pytest "protobuf<4"

0 comments on commit 1814216

Please sign in to comment.