Spaces:
Running
Running
gghfds
commited on
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -37,6 +37,6 @@ COPY ./start.sh /start
|
|
37 |
|
38 |
# Make sure the script is executable
|
39 |
RUN chmod +x /start
|
40 |
-
|
41 |
# Define the entrypoint to start your application
|
42 |
CMD ["/start"]
|
|
|
37 |
|
38 |
# Make sure the script is executable
|
39 |
RUN chmod +x /start
|
40 |
+
RUN chmod +x /root/miniconda3/etc/profile.d/conda.sh
|
41 |
# Define the entrypoint to start your application
|
42 |
CMD ["/start"]
|