Spaces:
Sleeping
Sleeping
wenmeng zhou
commited on
Commit
·
18920d1
1
Parent(s):
78b5c8c
fix error in dockerfile
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
@@ -15,7 +15,6 @@ RUN pip install -r /tmp/requirements.txt
|
|
15 |
RUN pip install https://modelscope-agent.oss-cn-hangzhou.aliyuncs.com/releases/v0.2.4/modelscope_agent-0.2.4rc2-py3-none-any.whl
|
16 |
|
17 |
COPY --chown=1000 . ${HOME}/app
|
18 |
-
RUN chown -R user:users /mnt/workspace/
|
19 |
|
20 |
ENV MODELSCOPE_CACHE=${HOME}/cache \
|
21 |
PYTHONPATH=${HOME}/app \
|
|
|
15 |
RUN pip install https://modelscope-agent.oss-cn-hangzhou.aliyuncs.com/releases/v0.2.4/modelscope_agent-0.2.4rc2-py3-none-any.whl
|
16 |
|
17 |
COPY --chown=1000 . ${HOME}/app
|
|
|
18 |
|
19 |
ENV MODELSCOPE_CACHE=${HOME}/cache \
|
20 |
PYTHONPATH=${HOME}/app \
|