Skip to content

Commit 5e52e89

Browse files
authored
Merge pull request #2 from ruivieira/main
Add bindings from PyPi
2 parents 6f77761 + 7daecb0 commit 5e52e89

File tree

3 files changed

+2
-10
lines changed

3 files changed

+2
-10
lines changed

Dockerfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ COPY . .
99
RUN pip3 install --no-cache-dir -r requirements.txt && \
1010
pip3 install --no-cache-dir -r requirements-dev.txt
1111

12-
# Install the python-trustyai bindings
13-
RUN python3 setup.py install
14-
1512
USER root
1613

1714
ENV NB_USER jovyan
@@ -39,4 +36,4 @@ RUN mvn org.apache.maven.plugins:maven-dependency-plugin:2.10:get \
3936

4037
# Launch the notebook server
4138
WORKDIR $HOME/examples
42-
CMD ["jupyter", "notebook", "--ip", "0.0.0.0"]
39+
CMD ["jupyter", "notebook", "--ip", "0.0.0.0"]

requirements-dev.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
1-
black==21.6b0
21
joblib==1.0.1
32
jupyter==1.0.0
43
pandas==1.2.5
54
scikit-learn==0.24.2
6-
pylint==2.9.0
7-
pytest==6.2.4
8-
setuptools
9-
wheel
105
xgboost==1.4.2
116
twine==3.4.2

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
JPype1==1.3.0
1+
trustyai

0 commit comments

Comments
 (0)