gghfds commited on
Commit
cbc6c22
·
verified ·
1 Parent(s): a509c07

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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"]