Skip to content

Llama 2 Docker Image supporting AMD64 and ARCH64 architectures

License

Notifications You must be signed in to change notification settings

khaperets/llama2-docker-multiarch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

llama2 Docker Image for AMD64 and ARCH64

Introduction

This repository contains a Dockerfile to be used as a conversational prompt for Llama 2. This Docker Image doesn't support CUDA cores processing, but it's available in both linux/amd64 and linux/arm64 architectures. Hence, this Docker Image is only recommended for local testing and experimentation.

This image has been built from following resources:

Prebuilt Docker Image is available in Docker Hub.

Running

The prompt can be passed using the environment variable PROMPT. The Docker Image can be run using the following command:

docker run -e PROMPT="Why Alfresco is a great Open Source platform for Document Management?" angelborroy/llama2:1.0.0

[PROMPT] Why Alfresco is a great Open Source platform for Document Management? [/PROMPT]  
Alfresco is a popular open-source platform for document management and content management. Here are some reasons why Alfresco is considered a great open-source platform for document management:
1. Powerful Content Modeling
2. Scalable Architecture
3. Open and Flexible
4. Rich Content Services
5. Integration with Other Systems
6. Mobile Access
7. Security and Governance
8. Open API
9. Large Community and Ecosystem
10. Cost-Effective
Overall, Alfresco is a powerful and flexible open-source platform for document management that provides a wide range of features and benefits for organizations looking to manage their content effectively. 
[end of text]

Building locally

Building the Docker Image locally with tag name llama2 can be done using regular Docker command.

docker build . -t llama2

About

Llama 2 Docker Image supporting AMD64 and ARCH64 architectures

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%