Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
justinwlin committed Feb 18, 2024
1 parent bc52227 commit ca3c20a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM runpod/pytorch:2.0.1-py3.10-cuda11.8.0-devel-ubuntu22.04

# Environment variables
ENV PYTHONUNBUFFERED=1
ARG MODEL_ARG=mistralai/Mistral-7B-Instruct-v0.1
ARG MODEL=mistralai/Mistral-7B-Instruct-v0.1 # Updated line
ENV MODEL=$MODEL_ARG

# Modes can be: pod, serverless, both
Expand Down

0 comments on commit ca3c20a

Please sign in to comment.