Article Yuri Marx Perei... · Apr 4 14m read Part II: Studying for IRIS Developer Professional Certification with the "Ask Developer Community AI"
Article Yuri Marx Perei... · Apr 4 15m read Part III: Studying for IRIS Developer Professional Certification with the "Ask Developer Community AI"
Article Yuri Marx Perei... · Apr 4 24m read Part IV: Studying for IRIS Developer Professional Certification with the "Ask Developer Community AI"
go to post Yuri Marx Perei... · 9 hr ago Hi, you dont have GPU enabled to use, so into your docker-compose.yml file replace ollama service with this: ollama: image: ollama/ollama:latest ports: - 11434:11434 volumes: - ./model_files:/model_files - .:/code - ./ollama:/root/.ollama container_name: ollama pull_policy: always tty: true restart: always entrypoint: ["/usr/bin/bash", "/model_files/run_ollama.sh"] networks: - iris-llm2-network go to post Yuri Marx Perei... · Apr 7 Thanks go to post Yuri Marx Perei... · Apr 7 Thanks!! Open Exchange applications:Health Datasetspringboot-iris-crudiris-parquetOCR ServiceAI Image Object DetectorFHIR QuestionnairesAPI Security Mediatorglobal-mindmapDisease PredictorIRIS Big Data SQL AdapterIRIS Hibernate Dialectupload-adaptersamba-iris-adapterGoogle IRIS LoginJIRISReportSAPPHIREFace LoginIRIS Text2AudioFHIR EditorCarbon Footprint CounterIoT SampleIRIS Global VSCode EditorOData Server for IRISiris-qr-barcode-utilsIRIS Publishercustom2sdaAudit MediatorClinical Mindmap ViewerAnalytics OKRIRIS JSON Schema Validatoriris-xml-samplelangchain-iris-toolcryptography-samplesPython IRIS SQL Procedures Samplecustom2hl7movieTokenizatorImage AI CreatorQR-FHIRwebsite-analyzeriris-connectionscustom-logincrypto-irisPredict Maternal Riskiris-image-editoriris-ftp-sampleiris-geocoderAutoML Churn Predict Showroomiris-salesforcerabbit-iris-sampleiris-global-yamliris-presto-sampleCertifications & Credly badges:show all 5Global Masters badges:show all 69Followers:show all 32Eleanor M.Harshitha B.Andrew W.Prasanth A.Aasir W.Luis Angel P.Dean A.Following:show all 28Andrew W.Aasir W.Aasir W.Luis Angel P.Dean A.Gerson S.Nigel S.
go to post Yuri Marx Perei... · Apr 7 Thanks go to post Yuri Marx Perei... · Apr 7 Thanks!! Open Exchange applications:Health Datasetspringboot-iris-crudiris-parquetOCR ServiceAI Image Object DetectorFHIR QuestionnairesAPI Security Mediatorglobal-mindmapDisease PredictorIRIS Big Data SQL AdapterIRIS Hibernate Dialectupload-adaptersamba-iris-adapterGoogle IRIS LoginJIRISReportSAPPHIREFace LoginIRIS Text2AudioFHIR EditorCarbon Footprint CounterIoT SampleIRIS Global VSCode EditorOData Server for IRISiris-qr-barcode-utilsIRIS Publishercustom2sdaAudit MediatorClinical Mindmap ViewerAnalytics OKRIRIS JSON Schema Validatoriris-xml-samplelangchain-iris-toolcryptography-samplesPython IRIS SQL Procedures Samplecustom2hl7movieTokenizatorImage AI CreatorQR-FHIRwebsite-analyzeriris-connectionscustom-logincrypto-irisPredict Maternal Riskiris-image-editoriris-ftp-sampleiris-geocoderAutoML Churn Predict Showroomiris-salesforcerabbit-iris-sampleiris-global-yamliris-presto-sampleCertifications & Credly badges:show all 5Global Masters badges:show all 69Followers:show all 32Eleanor M.Harshitha B.Andrew W.Prasanth A.Aasir W.Luis Angel P.Dean A.Following:show all 28Andrew W.Aasir W.Aasir W.Luis Angel P.Dean A.Gerson S.Nigel S.
go to post Yuri Marx Perei... · Apr 7 Thanks!! Open Exchange applications:Health Datasetspringboot-iris-crudiris-parquetOCR ServiceAI Image Object DetectorFHIR QuestionnairesAPI Security Mediatorglobal-mindmapDisease PredictorIRIS Big Data SQL AdapterIRIS Hibernate Dialectupload-adaptersamba-iris-adapterGoogle IRIS LoginJIRISReportSAPPHIREFace LoginIRIS Text2AudioFHIR EditorCarbon Footprint CounterIoT SampleIRIS Global VSCode EditorOData Server for IRISiris-qr-barcode-utilsIRIS Publishercustom2sdaAudit MediatorClinical Mindmap ViewerAnalytics OKRIRIS JSON Schema Validatoriris-xml-samplelangchain-iris-toolcryptography-samplesPython IRIS SQL Procedures Samplecustom2hl7movieTokenizatorImage AI CreatorQR-FHIRwebsite-analyzeriris-connectionscustom-logincrypto-irisPredict Maternal Riskiris-image-editoriris-ftp-sampleiris-geocoderAutoML Churn Predict Showroomiris-salesforcerabbit-iris-sampleiris-global-yamliris-presto-sampleCertifications & Credly badges:show all 5Global Masters badges:show all 69Followers:show all 32Eleanor M.Harshitha B.Andrew W.Prasanth A.Aasir W.Luis Angel P.Dean A.Following:show all 28Andrew W.Aasir W.Aasir W.Luis Angel P.Dean A.Gerson S.Nigel S.
Hi, you dont have GPU enabled to use, so into your docker-compose.yml file replace ollama service with this:
ollama:
image: ollama/ollama:latest
ports:
- 11434:11434
volumes:
- ./model_files:/model_files
- .:/code
- ./ollama:/root/.ollama
container_name: ollama
pull_policy: always
tty: true
restart: always
entrypoint: ["/usr/bin/bash", "/model_files/run_ollama.sh"]
networks:
- iris-llm2-network