Commit ad5e7cce authored by duanjinfei's avatar duanjinfei

update cog.yaml

parent f6e9aae7
...@@ -61,6 +61,7 @@ build: ...@@ -61,6 +61,7 @@ build:
- pip install torch==2.0.1 torchvision==0.15.2 - pip install torch==2.0.1 torchvision==0.15.2
- "echo env is ready!" - "echo env is ready!"
- "echo another command if needed" - "echo another command if needed"
- "pip install https://github.com/cldm/cldm.git"
# predict.py defines how predictions are run on your model # predict.py defines how predictions are run on your model
predict: "predict.py:Predictor" predict: "predict.py:Predictor"
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment