Skip to content

Commit

Permalink
fix client
Browse files Browse the repository at this point in the history
  • Loading branch information
abrichr committed Oct 29, 2024
1 parent 84965d3 commit b53fc82
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ RUN . /opt/conda/etc/profile.d/conda.sh && conda activate omni && \

# Run download.py to fetch model weights and convert safetensors to .pt format
RUN . /opt/conda/etc/profile.d/conda.sh && conda activate omni && \
python download2.py && \
python download.py && \
echo "Contents of weights directory:" && \
ls -lR weights && \
python weights/convert_safetensor_to_pt.py
Expand All @@ -67,7 +67,7 @@ ENV GRADIO_SERVER_NAME="0.0.0.0"
COPY entrypoint.sh /usr/src/app/entrypoint.sh
RUN chmod +x /usr/src/app/entrypoint.sh

# Keep the container running (WARNING: disables entrypoint)
# To debug, keep the container running
# CMD ["tail", "-f", "/dev/null"]

# Set the entrypoint
Expand Down
3 changes: 2 additions & 1 deletion deploy_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ boto3==1.34.18
botocore==1.34.18
fire==0.5.0
gitpython==3.1.41
gradio_client==0.17.0
gradio_client==1.4.2
jinja2==3.1.3
loguru==0.7.2
paramiko==3.5.0
Pillow==11.0.0
pydantic_settings==2.1.0
pynacl==1.5.0
requests==2.31.0

0 comments on commit b53fc82

Please sign in to comment.