Skip to content

Commit

Permalink
Merge pull request #61 from software-students-spring2024/finedits
Browse files Browse the repository at this point in the history
mlc dockerize fix
  • Loading branch information
jladrover authored Apr 17, 2024
2 parents af6610a + d2c66e8 commit 4c0ef7c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@ jinja2 = "*"
pytest-cov = "*"
opencv-python = "*"
pandas = "*"
#wheel = "*"
#setuptools = "*"
#h5py = "*"
# tensorflow = "*"
# keras = "*"


[dev-packages]
Expand Down
1 change: 1 addition & 0 deletions machine-learning-client/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ RUN pip install pipenv
RUN apt-get update && apt-get install -y \
build-essential \
libhdf5-dev \
libgl1-mesa-glx \
&& rm -rf /var/lib/apt/lists/*

RUN pipenv install
Expand Down
1 change: 0 additions & 1 deletion machine-learning-client/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ opencv-python = "*"
pandas = "*"
numpy = "*"
pillow = "*"
cv2 = "*"

[dev-packages]
pytest = "*"
Expand Down

0 comments on commit 4c0ef7c

Please sign in to comment.