PIEthonista commited on
Commit
9a227dc
Β·
1 Parent(s): feb9a4c
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -8,7 +8,7 @@ FROM yixian02/control-geoldm:cu113
8
  EXPOSE 7860
9
 
10
  # Create the 'tmp' directory and give it proper permissions
11
- RUN mkdir -p /usr/src/geoldm-edit/deployment/tmp && chmod -R 777 /usr/src/geoldm-edit
12
 
13
  # Command to run your application
14
  CMD ["/bin/bash", "-c", "source /opt/conda/etc/profile.d/conda.sh && conda activate geoldm && python -m deployment.main -u -a 0.0.0.0 -p 7860"]
 
8
  EXPOSE 7860
9
 
10
  # Create the 'tmp' directory and give it proper permissions
11
+ RUN mkdir -p ./deployment/tmp && chmod -R 777 .
12
 
13
  # Command to run your application
14
  CMD ["/bin/bash", "-c", "source /opt/conda/etc/profile.d/conda.sh && conda activate geoldm && python -m deployment.main -u -a 0.0.0.0 -p 7860"]