Giter Club home page Giter Club logo

Comments (10)

kenny-caldieraro avatar kenny-caldieraro commented on August 23, 2024 4

in my case, my processor is not compatible with AVX (error: Illegal instruction mongod), so the latest version of mongodb is not usable.
I modified my Dockerfile to install mongodb 4.4 :

# MongoDB
RUN wget -qO - https://www.mongodb.org/static/pgp/server-4.4.asc | apt-key add -
RUN echo "deb [ arch=amd64,arm64 ] https://repo.mongodb.org/apt/ubuntu focal/mongodb-org/4.4 multiverse" | tee /etc/apt/sources.list.d/mongodb-org-4.4.list

RUN wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.17_amd64.deb
RUN dpkg -i libssl1.1_1.1.1f-1ubuntu2.17_amd64.deb

RUN apt-get update
RUN apt-get install -y mongodb-org

everything works perfectly.

from serge.

Morfid974 avatar Morfid974 commented on August 23, 2024 2

Check your end of line sequence in deploy.sh. With vscode, edit file and change crlf by lf on bottom right of the window.

from serge.

countnoobula avatar countnoobula commented on August 23, 2024 2

in my case, my processor is not compatible with AVX (error: Illegal instruction mongod), so the latest version of mongodb is not usable. I modified my Dockerfile to install mongodb 4.4 :

# MongoDB
RUN wget -qO - https://www.mongodb.org/static/pgp/server-4.4.asc | apt-key add -
RUN echo "deb [ arch=amd64,arm64 ] https://repo.mongodb.org/apt/ubuntu focal/mongodb-org/4.4 multiverse" | tee /etc/apt/sources.list.d/mongodb-org-4.4.list

RUN wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.17_amd64.deb
RUN dpkg -i libssl1.1_1.1.1f-1ubuntu2.17_amd64.deb

RUN apt-get update
RUN apt-get install -y mongodb-org

everything works perfectly.

I accidentally made a mistake when implementing this, and am leaving this here as a future note if anyone encounters this.

If you are replacing https://github.com/nsarrazin/serge/blob/main/Dockerfile#L17-L24 then you need to use

RUN apt-get update
RUN apt-get install -y curl wget gnupg python3-pip git

# MongoDB
RUN wget -qO - https://www.mongodb.org/static/pgp/server-4.4.asc | apt-key add -
RUN echo "deb [ arch=amd64,arm64 ] https://repo.mongodb.org/apt/ubuntu focal/mongodb-org/4.4 multiverse" | tee /etc/apt/sources.list.d/mongodb-org-4.4.list

RUN wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.17_amd64.deb
RUN dpkg -i libssl1.1_1.1.1f-1ubuntu2.17_amd64.deb

RUN apt-get update
RUN apt-get install -y mongodb-org
RUN git clone https://github.com/ggerganov/llama.cpp.git --branch master-d5850c5

from serge.

Arolaworld avatar Arolaworld commented on August 23, 2024

Check your end of line sequence in deploy.sh. With vscode, edit file and change crlf by lf on bottom right of the window.

Yes, try checking that!

from serge.

nsarrazin avatar nsarrazin commented on August 23, 2024

Alright I think we diagnosed the issue.

You can fix it by cloning the repo again with git clone https://github.com/nsarrazin/serge.git --config core.autocrlf=input. Then you can rebuild and it should work.

from serge.

OnRaptor avatar OnRaptor commented on August 23, 2024

Check your end of line sequence in deploy.sh. With vscode, edit file and change crlf by lf on bottom right of the window.

It worked for me, thanks

from serge.

si1en7 avatar si1en7 commented on August 23, 2024

Alright I think we diagnosed the issue.

You can fix it by cloning the repo again with git clone https://github.com/nsarrazin/serge.git --config core.autocrlf=input. Then you can rebuild and it should work.

2023-03-25 10:51:33 /usr/src/app/deploy.sh: line 12:     8 Illegal instruction     mongod
2023-03-25 10:51:34 /usr/src/app/deploy.sh: line 12:     8 Illegal instruction     mongod
2023-03-25 10:51:35 /usr/src/app/deploy.sh: line 12:     8 Illegal instruction     mongod
2023-03-25 10:51:36 /usr/src/app/deploy.sh: line 12:     9 Illegal instruction     mongod

New output

from serge.

nsarrazin avatar nsarrazin commented on August 23, 2024

@si1en7 What is the output of lscpu | grep avx in the command line ?

from serge.

MrTechGadget avatar MrTechGadget commented on August 23, 2024

countnoobula

This got me up and running, except I used the latest llama branch that was just updated today.

from serge.

gaby avatar gaby commented on August 23, 2024

Can this be closed now?

from serge.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.