Skip to content

mikoesnim0/iLora-serve

Repository files navigation

My Project

This project uses Docker to manage and run a containerized application. Follow the instructions below to set up and execute the project.

Prerequisites

Install Docker: Make sure Docker is installed and running on your system. Install Docker Clone the repository: bash

git clone https://github.com/your_username/your_repository.git cd your_repository Environment Variables Before running the scripts, configure the following environment variables in your shell or a .env file.

Variables

IMAGE_NAME: The name of the Docker image. Default: "my_project_image"

CONTAINER_NAME: The name of the Docker container. Default: "my_project_container"

DOCKERHUB_USERNAME: Your Docker Hub username. Example: "your_dockerhub_username"

Set Environment Variables

You can set these variables temporarily in your shell:

bash 코드 복사 export IMAGE_NAME="my_project_image" export CONTAINER_NAME="my_project_container" export DOCKERHUB_USERNAME="your_dockerhub_username"

Alternatively, create a .env file in the project root:

plaintext 코드 복사 IMAGE_NAME=my_project_image CONTAINER_NAME=my_project_container DOCKERHUB_USERNAME=your_dockerhub_username

Settings of docker:

  1. wsl - ubuntu build.
  2. docker settings -> WSL integration -> enable

About

Serve iLora model - customized exaone 3.5 model

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published