Commit
Β·
9a227dc
1
Parent(s):
feb9a4c
update
Browse files- 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
|
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"]
|