Skip to content

Commit

Permalink
fix: dockerfilepath
Browse files Browse the repository at this point in the history
  • Loading branch information
ishaansehgal99 committed Jan 23, 2024
1 parent 179f5d1 commit 285b94a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/presets/tfs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ RUN echo $VERSION > /workspace/tfs/version.txt
# First, copy just the preset files and install dependencies
# This is done before copying the code to utilize Docker's layer caching and
# avoid reinstalling dependencies unless the requirements file changes.
COPY kaito/presets/models/requirements.txt /workspace/tfs/requirements.txt
COPY kaito/presets/models/text-generation/requirements.txt /workspace/tfs/requirements.txt
RUN pip install --no-cache-dir -r requirements.txt

COPY kaito/presets/models/text-gen-inference.py /workspace/tfs/text-gen-inference.py
COPY kaito/presets/models/text-generation/text-gen-inference.py /workspace/tfs/text-gen-inference.py

# Copy the entire model weights to the weights directory
COPY ${WEIGHTS_PATH} /workspace/tfs/weights

0 comments on commit 285b94a

Please sign in to comment.