Skip to content

Commit

Permalink
Fix newline
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudotensor committed Oct 30, 2024
1 parent 69ab647 commit 9e71f30
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docs/Dockerfile.delta2
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM gcr.io/vorvan/h2oai/h2oai-h2ogpt-runtime:0.2.1-1283
FROM gcr.io/vorvan/h2oai/h2oai-h2ogpt-runtime:0.2.1-1286
USER root
#
COPY src/enums.py /workspace/src/enums.py
Expand Down Expand Up @@ -29,5 +29,5 @@ RUN wget https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu2204-7.0.4.

USER h2ogpt

# docker build -f docs/Dockerfile.delta2 -t gcr.io/vorvan/h2oai/h2oai-h2ogpt-runtime:0.2.1-1283-patch4 .
# docker push gcr.io/vorvan/h2oai/h2oai-h2ogpt-runtime:0.2.1-1283-patch4
# docker build -f docs/Dockerfile.delta2 -t gcr.io/vorvan/h2oai/h2oai-h2ogpt-runtime:0.2.1-1286-patch1 .
# docker push gcr.io/vorvan/h2oai/h2oai-h2ogpt-runtime:0.2.1-1286-patch1
4 changes: 2 additions & 2 deletions docs/linux_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -258,8 +258,8 @@ npm install -g puppeteer-core
# fifty one doesn't install db right for wolfi, so improve
# https://github.com/voxel51/fiftyone/issues/3975
wget https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu2204-7.0.4.tgz
tar xvzf mongodb-linux-x86_64-ubuntu2204-7.0.4.tgz && \
cp -r mongodb-linux-x86_64-ubuntu2204-7.0.4/bin /usr/lib/python3.10/site-packages/fiftyone/db/ && \
tar xvzf mongodb-linux-x86_64-ubuntu2204-7.0.4.tgz
cp -r mongodb-linux-x86_64-ubuntu2204-7.0.4/bin /usr/lib/python3.10/site-packages/fiftyone/db/
chmod -R a+rwx /usr/lib/python3.10/site-packages/fiftyone/db

if [[ -z "${WOLFI_OS}" ]]; then
Expand Down
2 changes: 1 addition & 1 deletion src/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "f1ad18cfa91d0b7fb4835a8071af08426bc1583a"
__version__ = "69ab64742ced476fbe54d4eb91e228c0ada54290"

0 comments on commit 9e71f30

Please sign in to comment.