-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f2f3442
commit e395cde
Showing
7 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -60,14 +60,14 @@ RUN yarn global add pm2 && \ | |
|
||
WORKDIR "/opt" | ||
|
||
RUN echo "Version 22.10.2-beta" | ||
RUN echo "Version 22.10.3-beta" | ||
|
||
RUN pip install cytoolz && \ | ||
pip install llvmlite --ignore-installed && \ | ||
pip install git+https://github.com/hi-primus/[email protected]#egg=pyoptimus[pandas] && \ | ||
pip install git+https://github.com/hi-primus/[email protected]#egg=pyoptimus[dask] | ||
|
||
RUN git clone --branch develop https://github.com/hi-primus/[email protected].2 | ||
RUN git clone --branch develop https://github.com/hi-primus/[email protected].3 | ||
|
||
WORKDIR "/opt/bumblebee" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -60,15 +60,15 @@ RUN yarn global add pm2 && \ | |
|
||
WORKDIR "/opt" | ||
|
||
RUN echo "Version 22.10.2-beta" | ||
RUN echo "Version 22.10.3-beta" | ||
|
||
RUN pip install cytoolz && \ | ||
pip install llvmlite --ignore-installed && \ | ||
pip install git+https://github.com/hi-primus/[email protected]#egg=pyoptimus[pandas] && \ | ||
pip install git+https://github.com/hi-primus/[email protected]#egg=pyoptimus[dask] && \ | ||
pip install git+https://github.com/hi-primus/[email protected]#egg=pyoptimus[spark] | ||
|
||
RUN git clone --branch develop-22.4 https://github.com/hi-primus/[email protected].2 | ||
RUN git clone --branch develop-22.4 https://github.com/hi-primus/[email protected].3 | ||
|
||
WORKDIR "/opt/bumblebee" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,5 +2,5 @@ | |
"packages": [ | ||
"packages/*" | ||
], | ||
"version": "22.10.2-beta" | ||
"version": "22.10.3-beta" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters